Manki Kim

Results 272 comments of Manki Kim

Can you test after modifying the `/src/pluto_grid.dart` file as follows? I didn't upload a separate repository because you can easily edit it. ```dart @override void initState() { _initStateManager(); _initKeyManager(); _initEventManager();...

@henry2man I tried the above example codes, but no problem occurred. Tested on the latest version. Flutter 3.3.4 PlutoGrid 5.3.0 If you provide a version and steps or code to...

I will consider adding this feature.

It is not colspan or rowspan, but a function to group columns has been added. Try it out and please comment. https://github.com/bosskmk/pluto_grid/releases/tag/2.8.0

As for filters, there is no ability to add custom widgets yet. It is a necessary feature in the future, so I hope it will be added.

Header can only be created via createHeader . What you are trying to change is the Column 's Background ? That feature doesn't exist yet.

Yes, I understand. You want to change the background color of the column and the icon on the right. I hope to be added in the next version.

PlutoGrid version 2.9.3 has been distributed. A property is added to change the background color of the column. * reference link * https://weblaze.dev/pluto_grid/build/web/#feature/column-group A property is added to change the...

https://pluto.weblaze.dev/configuration ```dart configuration: const PlutoGridConfiguration( localeText: PlutoGridLocaleText( setFilter: 'Adiciona filtro', ), ), ```

To add a row or column, check out the example below. https://weblaze.dev/pluto_grid/build/web/#add-and-remove-column-row