smart_data_table_plus 1.0.0
smart_data_table_plus: ^1.0.0 copied to clipboard
A customizable responsive data table for Flutter with pagination, sorting, row selection, and adaptive layouts.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 #
Added #
- Initial stable release.
- Responsive data table layout.
- Horizontal and vertical scrolling.
- Sticky table header.
- Column sorting.
- Built-in pagination.
- Generic model support (
<T>). - Custom row builder.
- Customizable row height.
- Adjustable column spacing.
- Rounded table borders.
- Flutter web support.
- Null safety support.
- Performance improvements for large datasets.
