LyteNyte Grid offers a resizable panel within the grid. This panel positions itself at the end of the grid (right in normal mode, left in RTL mode). The panel creates a split plane view when opened, but occupies the full width on smaller container sizes.
Panel frames are components you can render in the side panel. Register these frames on the
panelFrames
property of the grid state before first use.
Use the panelFrameButtons
property to display side buttons that open registered panel frames. Each
button must link to a valid registered panel frame, though not every panel frame requires a button.
LyteNyte Grid API provides the panelFrameOpen
method to programmatically open a panel frame and
the panelFrameClose
method to close it.