Replies: 1 comment 1 reply
-
late PlutoGridStateManager stateManager;
dispose() {
stateManager.removeListner(handler);
}
void handler() {
// currentRow is null or PlutoRow.
// stateManager.currentRow
}
PlutoGrid(
onLoaded: (event) {
stateManager = event.stateManager;
stateManager.addListener(handler);
}
); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
as titled. please advise. thank you
Beta Was this translation helpful? Give feedback.
All reactions