spargo_table 0.0.5
spargo_table: ^0.0.5 copied to clipboard
A highly customizable and flexible table widget for Flutter applications. Easily display and manage tabular data with sorting, filtering, and custom styling.
0.0.5 #
- Introduced new properties to the
SpargoTableDecorationConfigclass:borderRow: Allows customization of the border for table rows.tableBorderRadius: Enables setting the border radius for the entire table.headerBorderRadius: Provides the ability to define the border radius specifically for the table header.
0.0.4 #
- Fix last row render
0.0.3 #
- Optimized and upgraded logic for changing column width.
- Improved scrolling performance for the table.
0.0.2 #
- Added Example: A new example has been included to demonstrate the usage of the library.
- Enhanced Scrollbar Configuration: Added the ability to configure the padding and size for the bottom scrollbar.
- Improved Header Text Interaction: Header text is now non-selectable to enhance user experience.
- Flexible Column Resizing: Added support for resizing the last column dynamically.
0.0.1 #
- Init Project