#plutogrid
Read more stories on Hashnode
Articles with this tag
The default ScrollBehavior.dragDevices of PlutoGrid is as follows.(dragDevices is a setting that allows scrolling by dragging to the set pointer...
PlutoGrid has default shortcut keys set, and users can change or set shortcut keys. Shortcut Range The scope of the shortcut depends on the...
The modes of PlutoGrid are normal, readOnly, select, selectWithOneTap, multiSelect, and popup.The popup mode is intended to be used by internal...
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...
Row grouping is a function to group rows of PlutoGrid. Group by column Rows are grouped by grouping cell values based on a specified...
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...