This sample demonstrates the Right-To-Left(RTL) alignment in grid component.
Order ID | Customer Name | Order Date | Freight | Ship Country |
---|---|---|---|---|
10248 | Paul Henriot | 7/4/1996 | $32.38 | France |
10249 | Karin Josephs | 7/5/1996 | $11.61 | Germany |
10250 | Mario Pontes | 7/8/1996 | $65.83 | Brazil |
10251 | Mary Saveley | 7/8/1996 | $41.34 | France |
10252 | Pascale Cartrain | 7/9/1996 | $51.30 | Belgium |
10253 | Mario Pontes | 7/10/1996 | $58.17 | Brazil |
10254 | Yang Wang | 7/11/1996 | $22.98 | Switzerland |
10255 | Michael Holz | 7/12/1996 | $148.33 | Switzerland |
10256 | Paula Parente | 7/15/1996 | $13.97 | Brazil |
10257 | Carlos Hernández | 7/16/1996 | $81.91 | Venezuela |
Right-To-Left(RTL) is used to render the component from right to left direction and it can be enabled by setting enableRtl
property as true. In this demo, you can able to see Group drop area, header, content, pager, filter dialog, etc ... are aligned right to left direction.
More information on the RTL can be found in this documentation section.