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

RTL Support

Enable right-to-left rendering with a single configuration option.

Enable Right-to-Left (RTL) rendering by setting the rtl property directly on the grid component. This explicit flag is required because the grid does not detect RTL based on the CSS direction property of the viewport or parent elements.

Right-to-Left Mode

Fork code on stack blitzFork code on code sandbox

Note

LyteNyte Grid uses logical CSS properties throughout its codebase, so RTL works without extra styling changes. Set the rtl prop to enable RTL; no other configuration is required.

Next Steps

  • Accessibility: Review accessibility measures and ARIA compliance.
  • Getting Started: Get started with LyteNyte Grid, a modern React data grid designed for enterprise-scale data challenges.
  • Installation: Install LyteNyte Grid with a package manager or import its assets from a CDN.