#datatable
Read more stories on Hashnode
Articles with this tag
I'm currently developing a grouping function of rows for version 5.2, which is the next version of PlutoGrid 5.1. [Done] Grouping of rows structured...
When creating a PlutoGrid, you can change the grid settings by passing PlutoGridConfiguration to the configuration property. child: PlutoGrid( ...
Default properties of rows Rows should be passed as a List<PlutoRow> type to the rows property when creating a PlutoGrid. It can also be passed as an...
Search for pluto_grid in pub.dev and add the package to your project.pub.dev to install pluto_grid And add PlutoGrid to your screen by referring to...
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...