Manki Kim
Manki Kim
@techttiru In the next version (development version), both values are changed to EdgeInsets. Thanks for confirming the development version.
Do not add columns or rows in the build method. To add a row or column, please refer to the link below. https://pluto.weblaze.dev/add-and-remove-columns-and-rows
The feature is not yet supported, the feature should be added. I hope to be added in the next version. thank you.
Function development has been completed so that it can be added in the next version. If you type the shortcut `Ctrl + Shift + v` (with 3 rows on the...
You can listen for state changes with `stateManager.addListener`. https://github.com/bosskmk/pluto_grid/wiki/pluto-state-manager-for-english `stateManager.refColumns.originalList` refers to the entire column list including hidden columns. The column attribute has states such as `hide`, `frozen`, etc.
@aadi-github There is no function to exclude select any specific cell or row. It seems like it would be a useful feature. I will consider adding. thank you.
@aditya-nahak This feature has not been added yet.
@aditya-nahak Currently, irregular selection is possible for rows. However, in the case of cells, they must be selected consecutively. In the case of rows under these conditions, a function to...
@aditya-nahak This is possible via `stateManager.addListener` . However, listener callbacks can be called very often, so doing excessive work directly in the callback is problematic. In this case, you have...
Hello. Can you give me a minimal sample code to check the problem? I'll check it out if you post the minimum code to reproduce the problem.