-
-
Notifications
You must be signed in to change notification settings - Fork 315
pluto state manager for english
kmk edited this page Dec 30, 2020
·
2 revisions
PlutoGridStateManager
is a class that manages the state and behavior ofPlutoGrid
.
When creatingPlutoGrid
, you can access the instance with theevent
parameter passed to theonLoaded
callback function.
PlutoGridStateManager stateManager;
var grid = PlutoGrid(
columns: columns,
rows: rows,
onLoaded: (PlutoGridOnLoadedEvent event) {
stateManager = event.stateManager;
},
);
The latest documentation will be updated at the link below.
https://pluto.weblaze.dev/