manki kim
Pluto packages in Flutter

Pluto packages in Flutter

Follow
homePluto GridPluto Menu BarPluto LayoutLive DemoDonationbadgesnewsletter
Tag

datatable

#datatable

More content

Read more stories on Hashnode


Articles with this tag

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

Rows and Cells

Jul 12, 20222 min read

Default properties of rows Rows should be passed as a List<PlutoRow> type to the rows property when creating a PlutoGrid. It can also be passed as an...

Rows and Cells

Getting Started

Jul 11, 20222 min read

Search for pluto_grid in pub.dev and add the package to your project.pub.dev to install pluto_grid And add PlutoGrid to your screen by referring to...

Getting Started

Introduction to PlutoGrid.

Jul 11, 20221 min read

PlutoGrid is a Flutter package and is a data grid used on all platforms supported by Flutter.It is also open source and the source code is open to...

Introduction to PlutoGrid.