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
637 stars 291 forks source link

[BUG] PlutoGridSelectingMode.none not working #925

Closed vd3d closed 10 months ago

vd3d commented 10 months ago

I try to have a grid without any selection, I use the following code:

onLoaded: (PlutoGridOnLoadedEvent event) { event.stateManager.setSelectingMode(PlutoGridSelectingMode.none); }

But look at the picture, both the row and the cell are selected/highlighted:

image

Looks like a bug, right?