LyteNyte Grid logo for light mode. Links back to the documentation home page.
Keyboard and Accessibility

RTL Support

Enable Right-to-Left (RTL) rendering in LyteNyte Grid with a single configuration change.

LyteNyte Grid fully supports Right-to-Left (RTL) rendering. Enable it by setting the rtl property on the grid state.

LyteNyte Grid uses logical CSS properties throughout its codebase. This ensures RTL works seamlessly without extra styling changes. You only need to set the rtl flag-no additional configuration is required.

Set the rtl flag directly on the grid. The grid will not detect RTL based on the CSS direction of the viewport or any parent element.

RTL Mode