ZdenekKrcal

Results 11 comments of ZdenekKrcal

please update cs_CZ localization

Hello, so there is my custom widget inside Consumer: ```dart return Consumer( builder: (context, contractProvider, _) { final _contracts = contractProvider.contracts; print('rendered table'); return ContractsTable( contracts: _contracts, toggleFavorite: (String tickerSymbol)...

I just need to refresh data in plutoGrid. So how can I do that?

I think that I tried stateManager.notifyListeners() but it didn't work. I will try it again.

I added stateManager.notifyListeners() but it doen't work. There is my code: ```dart FutureBuilder( future: _contractProvider.fetchExchangeContracts( _market.exchangeName, _market.commodityType, _market.marketCode, _type, ), builder: (context, snapshot) { if (snapshot.connectionState == ConnectionState.waiting) { return...

My example is about situation where I regulary fetch data from server by http request. When data are recieved then it is necessary to refresh PlutoGrid and there is my...

> I also encountered this problem when refresh table with `plutoGridStateManager.notifyListeners()` however, table can be refresh if > > ```dart > stateManager!.removeRows(stateManager.rows); > stateManager!.appendRows(buildRows(dataMap)); > ``` > > It's kinda...

Is there any update? It would be greate to have method for refreshing records in table.

Hi, did you find the solution for this?

Hi, I just used another package: enhance html editor.