widgets/custom/S360fTable/main library

Classes

S360fTable
A customizable data table widget that provides responsive layout, scrolling capabilities, and sortable headers.
S360fTableHeader
Configuration model for table column headers in S360fTable.

Enums

SortOrder
Defines the sort order states for table columns.

Typedefs

ColumnActionBuilder = Widget Function(int index)
A function type that builds action widgets for a specific row.
TableDataBuilder = List<Widget> Function(int index)
A function type that builds table data widgets for a specific row.