Turn reordering of columns on or off
Procedure
-
Open the appropriate
listDefault.xml file (as described above).
-
Locate the <object type="jsx3.gui.Matrix"> element.
-
In the <variants> sub-element, add a
jsxreorder attribute and set its value to "0" to turn off column reordering or "1" to turn on column reordering:
<object type="jsx3.gui.Matrix">
<variants jsxpagingmodel="3" jsxselectionmodel="2" jsxscalewidth="0" jsxheaderheight="18" jsxrowheight="20" jsxreorder="0"></variants>
-
Save and colse the
listDefault.xml file.
Copyright © Cloud Software Group, Inc. All rights reserved.