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

Add PlutoGridRowSelectionCheckBehavior #85

Closed AminBhst closed 1 month ago

AminBhst commented 1 month ago

This PR adds PlutoGridRowSelectionCheckBoxBehavior to the PlutoGrid configuration which allows for automatically enabling/disabling the check box of rows when a row is tapped (selected). I think this is a pretty nice feature to have for those who primarily use mode: PlutoGridMode.selectWithOneTap and would like to provide a better UX by not forcing the user to use the checkbox to check/uncheck rows.

https://github.com/user-attachments/assets/66fc171b-37d1-47f9-a8ee-6061e0a06ec9

doonfrs commented 1 month ago

Merged thank you!