LyteNyte Grid logo for light mode. Links back to the documentation home page.
Functionality

Frames

The API reference for the frames functionality in LyteNyte Grid.

DialogFrame

Defines a dialog frame configuration used by LyteNyte Grid.

This structure is passed to grid internals to associate a rendering component for dialogs triggered by grid interactions.

Prop

DialogFrameRenderer

Prop

DialogFrameRendererParams

Parameters provided to the dialog frame renderer function.

These include the grid context, the frame being rendered, and any additional user-provided context.

Prop

PopoverFrame

Describes a popover frame and the component renderer used to display it.

The popover frame is triggered by LyteNyte Grid interactions and used to display contextual information, editors, or auxiliary UI near a cell or element.

Prop

PopoverFrameRenderer

Prop

PopoverFrameRendererParams

Parameters passed to the popover frame renderer function.

Includes information about the grid, the target HTML element or virtual target to anchor the popover, and the frame being rendered.

Prop

VirtualTarget

Represents a virtual DOM target with bounding information, used in situations where a physical DOM element does not exist. Commonly used for positioning popovers or overlays within LyteNyte Grid.

Prop