flexible_data_table 1.1.3
flexible_data_table: ^1.1.3 copied to clipboard
This package supports server-side datatables, which can significantly enhance performance when dealing with large datasets by offloading data processing to the server. #Datatabel #ServerSideDatatable
1.1.3 - 2025-08-26 #
Updated #
- This version fix Multiple widgets used the same GlobalKey issue
- Added search field hidable
- Added list widget in available row
1.1.1 - 2025-08-14 #
Updated #
- Customizable Headers: Column visibility selector with automatic persistence using SharedPreferences
- Header Borders: Full column borders in header row when table type is set to bordered
- Additional Search Fields: Search through hidden fields that aren't displayed as visible columns
1.0.2 - 2025-03-31 #
Updated #
- This version fix table width issue now capture all available width
- This version fix header name hide issue when data not found/available
1.0.1 2025-03-5 #
Updated #
- This version update export functionality option UI
- Fix export issue on mobile device
1.0.0 - 2025-02-14 #
Added #
- Initial release of the Custom Data Table Generator package.
- Supported dynamic creation of tables on the web with custom column configurations.
- Added features for table filtering, sorting, pagination, and search functionality.
- Included server-side datatable support to offload data processing tasks to the server for better performance with large datasets.
- Implemented responsive design for smooth integration into any web application.
- Ability to create custom actions (e.g., edit, delete) for each row in the table.
- Added customizable cell rendering using
cellBuilders
. - Provided customizable column header builders using
customHeaderBuilders
. - Included column size configuration with the
columnSizes
property.
Example Usage #
- Provided an example code to demonstrate how to implement the data table with custom actions, cell formatting, and sorting.