Table

Classes and components for working with a Table.

Classes

Name Description  
ColumnDragLayer React component used to portray a column being dragged during Table column reordering. Deprecated
DistinctValueCollection A set of distinct values for a column. Deprecated
FilterDescriptorCollection Collection of filter descriptors. Deprecated
FilterDescriptorCollectionBase Collection of filter descriptors. Deprecated
OperatorValueFilterDescriptorCollection Collection of OperatorValue filter descriptors. Deprecated
SimpleTableDataProvider A Table Data Provider using an array of items. Deprecated
Table Table React component that displays rows and columns in a grid along with a header Deprecated
TableCell A React component that renders a table cell Deprecated
TableCellContent A React component that renders table cell content Deprecated
TableDataChangeEvent An event broadcasted on table data changes Deprecated
TableIconCellContent A React component that renders table cell content as a Bentley icon Deprecated

Enumerations

Name Description  
FilterCompositionLogicalOperator Logical operator used for filter descriptor composition Deprecated
FilterOperator Operator used in FilterDescriptor Deprecated
FilterRenderer Filter Renderer for a Table column Deprecated
TableSelectionTarget Specifies table selection target. Deprecated

Interfaces

Name Description  
CellItem Cell definition provided to Table. Deprecated
CellProps Properties for a Table cell Deprecated
ColumnDescription Column definition provided to Table. Deprecated
ColumnFilterDescriptor Represents a column filter descriptor associated with a specific column. Deprecated
CompositeFilterDescriptor Represents a composite filtering abstraction which has a collection of Deprecated
CompositeFilterDescriptorCollection Collection of FilterDescriptor objects composed together by a logical operator. Deprecated
DistinctValuesFilterDescriptor Represents the distinct filter descriptor of a column filter descriptor. Deprecated
FieldFilterDescriptor Represents the field filter descriptor of a column filter descriptor. Deprecated
FilterableColumn Represents a column that is filterable. Deprecated
FilterableTable FilterableTable contains the properties and methods provided by a filterable Table. Deprecated
FilterDescriptor A filtering abstraction that knows how to create predicate filtering expression. Deprecated
MutableTableDataProvider MutableTableDataProvider provides mutation methods for data in the Table. Deprecated
OperatorValueFilterDescriptor An abstraction for all filter descriptors that have an operator and a value Deprecated
ReactDataGridColumn ReactDataGrid.Column with additional properties Deprecated
RowItem Row definition provided to Table. Deprecated
RowProps Properties for a Table row Deprecated
TableCellContentProps Properties of the TableCellContent React component Deprecated
TableCellContextMenuArgs Arguments for TableProps.onCellContextMenu callback Deprecated
TableCellEditorState Cell/Property Editor state Deprecated
TableCellProps Properties of the TableCell React component Deprecated
TableCellUpdatedArgs Cell/Property Updated Args Deprecated
TableDataProvider TableDataProvider provides data to the Table. Deprecated
TableDistinctValue Distinct Value for Table filtering purposes Deprecated
TableIconCellContentProps Properties for the TableIconCellContent React component Deprecated
TableProps Properties for the Table React component Deprecated

Type Aliases

Name Description  
TableDataChangesListener  

Last Updated: 20 June, 2023