Skip to content

Instantly share code, notes, and snippets.

@k4zek4ge
Created November 28, 2023 17:49
Show Gist options
  • Save k4zek4ge/61b5d8900951d5979c05d335a72536b6 to your computer and use it in GitHub Desktop.
Save k4zek4ge/61b5d8900951d5979c05d335a72536b6 to your computer and use it in GitHub Desktop.
PlutoGridStateManager.initializeRowsAsync(
columns,
fetchedRows,
).then((value) {
stateManager.refRows.addAll(FilteredList(initialList: value));
stateManager.notifyListeners();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment