pluto_grid icon indicating copy to clipboard operation
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.

Results 250 pluto_grid issues
Sort by recently updated
recently updated
newest added

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...

question

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(...

question
stale

Display a list of items according to conditions in the select popup.

enhancement

> 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...

enhancement
stale

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.

enhancement

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...

stale

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...

question

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...

question

When pressing number key is not editing cell

stale

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...

bug