generated/arcane_shadcn/src/components/layout/table library
Classes
- ConstrainedTableSize
- FixedTableSize
- FlexTableSize
- FrozenTableData
- IntrinsicTableSize
- RawCell
- RawTableLayout
- RenderTableLayout
- ResizableTable
- ResizableTableController
- ResizableTableTheme
- Table
- A flexible table widget with support for spanning, scrolling, and interactive features.
- TableCell
- TableCellTheme
- Theme configuration for individual table cells.
- TableHeader
- TableLayoutResult
- TableParentData
- TableRef
- TableRow
- TableSize
- TableTheme
- Theme configuration for Table components.
Enums
Typedefs
- CellPredicate = bool Function(int index, int span)
- IntrinsicComputer = double Function(RenderBox child, double extent)
- TableCellThemeBuilder = TableCellTheme Function(BuildContext context)
- TableSizeSupplier = TableSize Function(int index)