pluto_grid
pluto_grid copied to clipboard
PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
Hello! I would like to save the state of a table for example if columns were reordered or changed in size or hidden,etc. Is there a way to save the...
The onChange function is not invoked. This is my code ```dart PlutoGrid( columns: reboundColums, rows: reboundRows, columnGroups: reboundColumnGroups, configuration: PlutoGridConfiguration( style: PlutoGridStyleConfig( gridBorderRadius: BorderRadius.circular(15), ), ), onChanged: (event) { reboundStateManager.changeCellValue(...
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...
What about autoSize for rows? May be some widget in PlutoColumn with some render function(may be html). RowHeight in PlutoGridStyleConfig is bad solution if grid rows has any height.
What is the best way to store the state of the grid? In particular, I would like to store the order of the columns and whether they are hidden after...
Hi i have dual grid once i select row in GridA new data is loaded in GribB but i want also to able to update Header on GridB once its...
I don't know why but when my Pluto grid loads, the first row is selected (when it exists), but not the first cell, so when i press any arrow keyboard...
Hi there, I updated the package recently from pluto_grid: ^4.0.1 to pluto_grid: ^5.0.4 which has break change. After that, there may be an error as below: `---------- ERROR ---------- Null...