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.

Home Page:https://pluto.weblaze.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use program to check/uncheck row?

stoneLee81 opened this issue · comments

When I use Pluto Column.enable_row_checked: true attributes, and I plan to use code to to check/uncheck row dynamic, how to achieve it?