responsive_data_grid 0.0.2
responsive_data_grid: ^0.0.2 copied to clipboard
A new Flutter package project.
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.
Features #
- Paging
- Sorting (including multi-column sorting)
- Filtering (including mutli-column filtering with friendly interactive filter dialogs)
- Paging
- Infinite scroll with load on demand
- Height, or shrinkwrap mode.
- 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 #
- Add the library per the instructions.
- import the responsive_data_grid to your dart file.
- Use ResponsiveDataGrid
- Review the example project for more details.
TODO
- Integration Testing
- Complete the filters for various types that are not yet implemented.
- More documentation, examples, and getting started with screen shots
- Column Freezing