Right-to-Left Rendering with React Datagrids
Wijmo's React datagrid, FlexGrid, supports right-to-left rendering, which allows displaying the text and layout of the React datagrid from right to left. This improves the user experience and accessibility for RTL languages.
Right-to-Left
Some languages render content from the right-hand side to the left-hand side of a page. HTML accommodates this by using the dir attribute so, when setting dir to rtl on an element, that element's content will flow from the right to the left.
If you place Wijmo's React datagrid, FlexGrid, within an element that is set to display content from the right to the left, FlexGrid will display its content in the same way.