You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why not just add a simple check at the start of the function of if(is.null(df)) return(NULL)? This would make the UI more aligned with DT::renderDataTable() and the UI of various shiny functions.
The text was updated successfully, but these errors were encountered:
At least for handsontable 0.3.8, providing
NULL
as input forrhandsontable()
produces the error:Why not just add a simple check at the start of the function of
if(is.null(df)) return(NULL)
? This would make the UI more aligned withDT::renderDataTable()
and the UI of various shiny functions.The text was updated successfully, but these errors were encountered: