flexible_data_table 1.0.8
flexible_data_table: ^1.0.8 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.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.