ClarenceforOpen Replay's Technical Blogopenreplay.hashnode.dev·Mar 9, 2023Display Data with Material UI's Data GridAs web developers, we may frequently be required to display large volumes of data on a website, with functionalities such as editing, selection, pagination, export, sorting, selecting, and filtering data, which is an effective way to manage multiple ...Discuss·94 readsReact
manki kimpluto.weblaze.dev·Nov 4, 2022ShortcutsPlutoGrid has default shortcut keys set, and users can change or set shortcut keys. Shortcut Range The scope of the shortcut depends on the focus. PlutoGrid : In the state that TextField is not focused. You can set custom shortcut keys. TextField :...Discuss·953 readsPlutoGridFlutter
manki kimpluto.weblaze.dev·Oct 22, 2022Rows from server-side.This is a function to call rows from the server side added in PlutoGrid 5.3 version. There are two ways to load and process data on the server side. The pagination method used in the DB structure where the total number of pages is known and the infin...Discuss·1 like·2.8K readsPlutoGridserver-side pagination
manki kimpluto.weblaze.dev·Jul 12, 2022ConfigurationWhen creating a PlutoGrid, you can change the grid settings by passing PlutoGridConfiguration to the configuration property. child: PlutoGrid( columns: columns, rows: rows, configuration: const PlutoGridConfiguration(), ), enableMoveDownAfterS...Discuss·1 like·6.8K readsPlutoGridFlutter
manki kimpluto.weblaze.dev·Jul 12, 2022Rows and CellsDefault 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 empty list. final List<PlutoRow> rows = [ PlutoRow( cells: { 'id': PlutoCell(value: 'use...Discuss·3.5K readsPlutoGridFlutter
manki kimpluto.weblaze.dev·Jul 11, 2022Getting StartedSearch 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 the example code below. import 'package:flutter/material.dart'; import 'package:pluto_grid/pluto_gr...Discuss·2 likes·4.0K readsPlutoGridFlutter
manki kimpluto.weblaze.dev·Jul 11, 2022Introduction to PlutoGrid.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 Github. https://www.youtube.com/watch?v=7lZGowuhd94 Features Freeze the column left and right Drag the...Discuss·1 like·5.6K readsPlutoGridFlutter
manki kimpluto.weblaze.dev·Jul 11, 2022PlutoGrid Live DemoPlutoGrid Live Demo A link to a live demo where you can see PlutoGrid in action on the web.Discuss·4.9K readsLive demoFlutter