doonfrs / pluto_grid_plus

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
18 stars 20 forks source link

Added the ability to add a custom data property at the row level. #54

Closed stan-at-work closed 1 month ago

stan-at-work commented 1 month ago

For example: you can pass data to onSelect or any other onHandler. (not required)

stan-at-work commented 1 month ago

@doonfrs This is a nice to have, its posible to pass data without this property. but then you needs to mingle with the key: property. And that not very integer for the code. 👍

stan-at-work commented 1 month ago

Its also acceptable to change the type T to dynamic, but that's not verry type safe 😞

stan-at-work commented 1 month ago

@doonfrs any update on this?

doonfrs commented 1 month ago

Done, I will publish the current version to pub.dev

stan-at-work commented 1 month ago

Thanks