Manki Kim

Results 272 comments of Manki Kim

@LiveRock It's hard for me to understand the problem with what you said. Can you attach a minimal sample code to understand the problem?

That feature is currently not supported. I need to add a feature, but I can't because I'm busy with other things. I'm sorry.

Have you tried calling `stateManager.notifyListeners()`?

The video helped me understand your problem. I'll check this out when I have time. Thank you.

@jeansebastienZ I tried to reproduce the error, but it didn't. Could you please provide a minimal code to reproduce the same error?

`rendererContext.rowIdx` can be changed by `sort`, `filter`, etc. It is recommended to control the color change using the `key` of the `row` or some other unique value of the `cells`.

```dart orderReparationCon.data.firstWhere((e) => e.id == rendererContext.row.cells['id'].value) // or orderReparationCon.data.firstWhere((e) => e.rowKey == rendererContext.row.key) ```

You can re-open the popup by adding a separate button as in this example. https://weblaze.dev/pluto_grid/build/web/#feature/column-hiding

@ecardone It will be solved by upgrading the flutter version to 3.3.

@yingming25 A column group must be applied to the export. It is still undeveloped. I will work on an update someday.