manki kim
Pluto packages in Flutter

Pluto packages in Flutter

Follow
homePluto GridPluto Menu BarPluto LayoutLive DemoDonationbadgesnewsletter
Tag

datagrid

#datagrid

More content

Read more stories on Hashnode


Articles with this tag

Shortcuts

Nov 4, 20223 min read

PlutoGrid has default shortcut keys set, and users can change or set shortcut keys. Shortcut Range The scope of the shortcut depends on the...

Shortcuts

PlutoGridMode

Oct 30, 20222 min read

The modes of PlutoGrid are normal, readOnly, select, selectWithOneTap, multiSelect, and popup.The popup mode is intended to be used by internal...

PlutoGridMode

Rows from server-side.

Oct 22, 20227 min read

Lazy pagination or Infinity scrolling. · This is a function to call rows from the server side added in PlutoGrid 5.3 version. There are two ways to load...

Rows from server-side.

Row grouping

Oct 15, 20225 min read

Row grouping is a function to group rows of PlutoGrid. Group by column Rows are grouped by grouping cell values ​​based on a specified...

Row grouping

PlutoGrid - Development News - Row grouping

Sep 26, 20222 min read

I'm currently developing a grouping function of rows for version 5.2, which is the next version of PlutoGrid 5.1. [Done] Grouping of rows structured...

PlutoGrid - Development News - Row grouping

Configuration

Jul 12, 20228 min read

When creating a PlutoGrid, you can change the grid settings by passing PlutoGridConfiguration to the configuration property. child: PlutoGrid( ...

Configuration