bosskmk / pluto_grid

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
636 stars 290 forks source link

[Feature] Row can expand the details #1002

Closed enddeadroyal closed 4 months ago

enddeadroyal commented 6 months ago

Row can expand the details. after expanded, it will display details under the expanded row. like nested grid or detail grid.

![Uploading image.png…]()

enddeadroyal commented 6 months ago

I think you can provide RowModel interface. provide the initial parameter (which is createRowModel(stateManager): RowModel) to construct how create the row. interface RowModel class BaseRow class GroupRow class DetailRow

github-actions[bot] commented 5 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 4 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.