# Introduction to PlutoGrid.

PlutoGrid is a Flutter package and is a data grid used on all platforms supported by Flutter.  
It is also open source and the source code is open to Github.

%[https://www.youtube.com/watch?v=7lZGowuhd94]

### Features
* Freeze the column left and right
* Drag the column to move it
* Column grouping
* Column filtering and sorting
* Automatically adjust column width
* Move by dragging a row
* Row pagination
* Customizable columns and cells
* Interlock keyboard movement between two grids
* Call the grid in popup form
* Select mode for select type data
* Keyboard shortcut support
* Support for layout and keyboard actions for RTL languages

![datepicker.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1657530116547/x0kCYeqHh.png align="left")

![selection_cells.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1657530263042/f7XcPQt8c.png align="left")


### Links
* [Live demo](https://weblaze.dev/pluto_grid/build/web/#/)
* [Pub.dev](https://pub.dev/packages/pluto_grid)
* [Github](https://github.com/bosskmk/pluto_grid)
