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

[Help] Please example Bloc + Pluto Grid

JesusMayuri7 opened this issue · comments

if (state is DocumentosListLoaded) {
  WidgetBindings.instance.addPostFrameCallack((_) {
    stateManager.removeAllRows();
    stateManager.appendRows(getRowsGrid(state.documentosList));
  });
}

I don't know your entire code, so it's not an efficient way, but try the above.

This issue is stale because it has been open for 30 days with no activity.

This issue was closed because it has been inactive for 14 days since being marked as stale.