responsive_data_grid 0.0.18 copy "responsive_data_grid: ^0.0.18" to clipboard
responsive_data_grid: ^0.0.18 copied to clipboard

outdated

Responsive Data Grid for Flutter inspired by Kendo UI's Grid functionality with full filtering, sorting, and paging that also responds dynamically to screen size using the same metaphor as bootstrap grid.

responsive_data_grid #

A Flutter widget that is inspired by Kendo Data Grid and allows sorting, filtering, and paging with full bootstrap style responsive layout.

For a fully automatic implementation that allows you to tie your responsive data grid to your C# WebAPI REST/GRPC backend with full automatic filtering, sorting, take and skip functionality that generates a full expression tress against your Entity Framework or other Linq based queries, see the dotnet sub folder of the root project and the associated nuget package.

Features #

  1. Paging of data for maximum efficiency (both client side and server side)
  2. Sorting (including multi-column sorting)
  3. Filtering (including mutli-column filtering with friendly interactive filter dialogs)
  4. Infinite scroll with load on demand
  5. Height, or shrinkwrap mode.
  6. Full responsive design similar to how bootstrap grid layout works allowing for custom layouts of your data grid across mobile, web and desktop.

Getting Started #

  1. Add the library per the instructions.
  2. import the responsive_data_grid to your dart file.
  3. Use ResponsiveDataGrid
  4. Review the example project for more details.

TODO

  1. Integration Testing
  2. More documentation, examples, and getting started with screen shots
  3. Column Visibility
  4. Column Freezing
  5. Grouping with Sumaries and Group Footers
  6. Footer with Overall Summaries
  7. Pagination - Add page numbers that scale automatically based on the space available in the paging controller
7
likes
0
pub points
45%
popularity

Publisher

verified publisherconcerti.io

Responsive Data Grid for Flutter inspired by Kendo UI's Grid functionality with full filtering, sorting, and paging that also responds dynamically to screen size using the same metaphor as bootstrap grid.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bootstrap_grid, client_filtering, date_time_picker, flutter, infinite_scroll_pagination, intl

More

Packages that depend on responsive_data_grid