Manki Kim
Manki Kim
Display a list of items according to conditions in the select popup.
> Hi there. I am working on some complex Table UI that I need a lot of modifications in the table. I even modified it for myself to fit the...
- [x] Change sort icon and color. https://github.com/bosskmk/pluto_grid/issues/512 Updated 5.0.5 - [x] Tab position precision in column menu. #518 - [x] Decimal point keyboard options. https://github.com/bosskmk/pluto_grid/issues/560 https://github.com/bosskmk/pluto_grid/discussions/564 - [x] Set...
- [x] Added middle divider for `PlutoDualGrid`, `PlutoDualPopup` widget. By adding a divider in the center of the two grids, the position can be changed by dragging and dropping. -...
A problem in which the list of columns or rows is re-rendered even if it has not been changed. I'm struggling with this for rendering efficiency.
The column's icon cannot be changed. It will be added in the future. To remove it, set the `enableContextMenu` property of the Column to false. And, to change the border...
Hi @bosskmk, Any progress on server-side pagination? Thanks for such a wonderful datagrid. Regards, Jose _Originally posted by @jamolina2021 in https://github.com/bosskmk/pluto_grid/issues/105#issuecomment-994115891_
In the case of the selection column, values other than items are not changed. Currently, you can change the value in the following way. ```dart stateManager.currentCell.value = ''; stateManager.notifyListeners(); ```...
If the config changes, you must restart the docker.
- [ ] Documentation The documentation was on the Wiki of this repository, but it was rarely updated. Future documents will be updated at the link below. https://pluto.weblaze.dev/ - [...