A component to display Pandas DataFrames.

Fields

NameTypeDescriptionOptions
DataTextMust be a state reference to a Pandas dataframe or PyArrow table. Alternatively, a URL for an Arrow IPC file.-
Show indexBooleanShows the dataframe’s index. If an Arrow table is used, shows the zero-based integer index.-
Enable searchBoolean--
Enable adding a recordBoolean--
Enable updating a recordBoolean--
Enable downloadBooleanAllows the user to download the data as CSV.-
ActionsKey-ValueDefine rows actions-
Enable markdownBooleanIf active, the output will be sanitized; unsafe elements will be removed.-
Display row countNumberSpecifies how many rows to show simultaneously.-
Wrap textBooleanNot wrapping text allows for an uniform grid, but may be inconvenient if your data contains longer text fields.-
Primary textColor--
Secondary textColor--
AccentColor--
SeparatorColor--
BackgroundColor--
Font styleText-
  1. normal
  2. monospace
Custom CSS classesTextCSS classes, separated by spaces. You can define classes in custom stylesheets.-

Events