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
I am trying to use the DataGrid component in the Shiny Express library to display a DataFrame that includes an empty column. However, it seems that the DataGrid does not support empty column names. Below is an example code demonstrating the issue:
Description:
I am trying to use the DataGrid component in the Shiny Express library to display a DataFrame that includes an empty column. However, it seems that the DataGrid does not support empty column names. Below is an example code demonstrating the issue:
Current Behavior: The DataGrid fails to render the DataFrame when an empty column name is present.
Expected Behavior: The DataGrid should support DataFrames with empty column names and render them appropriately.
The text was updated successfully, but these errors were encountered: