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
635 stars 288 forks source link

Enable Click Cursor #1057

Open Tylerchristensen100 opened 1 month ago

Tylerchristensen100 commented 1 month ago

This pull request introduces a new feature that allows the mouse pointer to change to a click cursor when hovering over a row. This enhancement improves the user experience by providing visual feedback to the user, indicating that the row is interactive. This enhancement is particularly important on web, where the cursor does change when clickable elements are hovered over.

This feature has been implemented and tested on the web platform.

This pull request was originally submitted by bambinoua but was removed. Original Request: https://github.com/bosskmk/pluto_grid/pull/901