skip to main content
Programmer's documentation > Advanced globalization > Base text direction: in the JViews Gantt SDK > At the level of the Gantt table columns
 
At the level of the Gantt table columns
Each column of the table can have its own base text direction set. For example:
table {
  columnsTextDirection : "Name=Right-To-Left,ID=Left-To-Right";
}
where:
"Name"
The name of one of the columns in the table.
"Right-To-Left"
The base text direction, which is set exclusively for the named column.

Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.