New
PlutoGrid 2.6.0
added features
- Added dynamically row background color. Web demo
- Added optional border radius. (Round the grid corners through the borderRadius property in the PlutoGrid constructor.)
- Added align column title text. (Align column titles via titleTextAlign in the PlutoColumn constructor.)
- Added to receive the moved row to onRowsMoved callback when a row is moved by dragging, etc.
- Added shortcuts. (Alt + PageUp or PageDown. Moving a page in the paging state.)
- Modified so that onSelected callback is called with one tap in
PlutoGridMode.selectWithOneTapmode. - Fixed an error where arrow keys and backspace keys did not work in Desktop.
- Fixed insert, append, prepend rows bug.
- Renamed PlutoGridMoveUpdateEvent to PlutoGridScrollUpdateEvent.