TableRowProps | Data Inspector Library API Reference
- Last UpdatedMay 7, 2025
- 2 minute read
Type parameters
-
T
Hierarchy
-
WidgetAbstractProps
- TableRowProps
Index
Properties
Optional autoRefreshI18n
Should widget automatically re-render on the I18n.EVENT_LOCALE_CHANGED event or not.
If widget has no text to be localized, set this to false
.
Optional className
An additional class for the root element of the widget to be able to apply different styles.
columns
An array of columns configs.
Optional copySingleCellOnHover
Indicates whether copy btn should be shown only for 1 cell on hover.
Optional firstColumnEmphasized
Indicates whether 1st column should be emphasized.
item
The item to display in the table row.
Optional rowOptions
An array of options for the row options dropdown.
tableContainer
The container of the table.
Optional visibleInModes
A list of modes where widget is displayed. Do not specify to make widget always visible.
Properties for the TableRow widget.