-
-
Notifications
You must be signed in to change notification settings - Fork 328
pluto state manager for korean
kmk edited this page Dec 30, 2020
·
2 revisions
PlutoGridStateManager
는PlutoGrid
의 상태와 동작을 관리하는 클래스 입니다.
PlutoGrid
생성 시onLoaded
콜백 함수로 전달 받는event
매개변수로 인스턴스에 접근 할 수 있습니다.
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/