Manki Kim

Results 272 comments of Manki Kim

@merabtenei Can you attach the code and screenshots you tried?

If the total width of the grid is narrow, the column freeze is turned off. Please leave any additional questions or comments.

Can you attach a simple sample code to reproduce the error?

I did PR. thank you.

@Gonzalo-Avalos-Ribas Comma decimal separator cannot be used in format. https://api.flutter.dev/flutter/intl/NumberFormat-class.html If you use PlutoGrid 5.0.6 or 5.1.0, you can set the number format according to locale. https://weblaze.dev/pluto_grid/build/web/#feature/number-type-column See the 3...

@elgsylvain85 You need to create a `statefulWidget` for the footer widget and handle updates by listening for state changes from that widget. Don't try to update the footer widget with...

When processing with `stateManager.addListener`, manage the existing and changed states by yourself, and call `setState` only when necessary. Call `setState` with the `PlutoGrid(onChanged)` callback to handle updates on cell value...

```dart Widget build(BuildContext context) { return Scaffold( body: Center( child: Container( width: 500, height: 300, child: PlutoGrid( columns: columns, rows: rows, onChanged: (PlutoGridOnChangedEvent event) { print(event); }, ), ), ),...

This is just one example. You can center the plutoGrid in different ways in different situations.

@tcf909 Sorry I didn't understand your comment. Can you explain what kind of UI you want in which state? By the way, I use Google Translate.