server_table 1.1.0
server_table: ^1.1.0 copied to clipboard
Backend-agnostic Flutter data table with server-side pagination, search, sorting, filtering, configurable response mapping, OData support, and custom REST query serializers.
Changelog #
All notable changes to this project will be documented in this file.
1.1.0 #
Added #
- Backend-agnostic query architecture.
BackendCapabilitiesfor enabling or disabling search, sorting and filtering per backend.- Generic
RestQuerySerializerfor custom REST API query generation. - Built-in
DefaultRestQuerySerializer. - Search toolbar with debounced server-side search.
- Configurable REST query serialization.
- Improved example project demonstrating custom serializers.
Improved #
- REST API integration is now fully customizable.
- Better separation between query building and serialization.
- Cleaner toolbar UI.
- Better state management for server-side search.
Fixed #
- Search field now retains its value during reloads.
- Improved loading behavior during search.
- Various UI and internal improvements.
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.