server_table 1.0.0
server_table: ^1.0.0 copied to clipboard
Enterprise server-side data table for Flutter with pagination, sorting, filtering, and configurable backend response parsing.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 #
Added #
- Initial stable release.
- Server-side pagination.
- Server-side sorting.
- Server-side column filtering.
- Configurable
DataSourcefor backend integration. - Configurable
ResponseConfigfor custom API response formats. - OData query generation.
- Dio-based networking support.
- Enterprise-style responsive data table.
- Custom column builders.
- Configurable loading, empty, and error states.