RTL Support

RTL Support

LyteNyte Grid offers comprehensive support for Right-to-Left (RTL) rendering. Simply set the RTL property on the grid state to display all content in RTL mode.

export function RtlSupport() {
  const grid = useLyteNytePro({
    rtl: true,
 
    // ... other props
  });
}