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.

Home Page:https://pluto.weblaze.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple row items have same name and Id

AL-YAFEA-KHALED opened this issue · comments

Hi sir, if I got multiple rows that got same name and Id but the rest of details are different. in the grid. Like..
1 khaled $ 200 deposit
1 khaled RS 1000 rental
1 khaled £ 300 service

So I wanna them to be display in the grid like this...
'

1655138410454

I don't want to repeat same name and same id for multiple rows
How to implement this in the grid

@AL-YAFEA-KHALED
Merge cells or group rows are not yet supported.
I plan to add more in the future.

https://weblaze.dev/pluto_grid/build/web/#feature/cell-renderer
It looks like it could be implemented similarly through the example link above, but it requires adding a function.

Okay sir thanks for replying me and if you can add on more thing that can have summary for multiple rows by name and ID for example you have several rows and each three rows have the same name and Id I want to show summary for each group of rows

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

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

Released 5.2.0 for row grouping.

Web demo
https://weblaze.dev/pluto_grid/build/web/#feature/row-group