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

outdated

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 #

  1. Paging
  2. Sorting (including multi-column sorting)
  3. Filtering (including mutli-column filtering with friendly interactive filter dialogs)
  4. Paging
  5. Infinite scroll with load on demand
  6. Height, or shrinkwrap mode.
  7. 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. Complete the filters for various types that are not yet implemented.
  3. More documentation, examples, and getting started with screen shots
  4. Column Freezing