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
27 stars 28 forks source link

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

Closed stan-at-work closed 4 months ago

stan-at-work commented 4 months ago

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

stan-at-work commented 4 months 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 4 months ago

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

stan-at-work commented 4 months ago

@doonfrs any update on this?

doonfrs commented 4 months ago

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

stan-at-work commented 4 months ago

Thanks