RTL

7 Jun 20171 minute to read

This feature allows you to change the left-to-right alignment of the Toolbar to right-to-left (RTL) that sets the Toolbar to do its actions from right to left. The enableRTL property sets the Toolbar from right to left. Set the value to this property as Boolean type.

  • HTML
  • <ej-toolbar id="toolbar" [dataSource]="data" [fields]="fieldsvalues" [enableRTL]="true"></ej-toolbar>