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
664 stars 305 forks source link

Add `enableClickCursor` to `PlutoGridStyleConfig` #901

Closed bambinoua closed 10 months ago

bambinoua commented 1 year ago

As row of PlutoGrid is clickable add the possibility to set a click cursor for mouse pointer when it over the row. This feature is available on the web platform.

P.S. I think this PR superseeds this #899.

bambinoua commented 1 year ago

Any news about this PR?