Page 1 of 1

Deny column sorting

PostPosted: Mon Nov 19, 2018 2:53 pm
by johnit
How do I prevent a user to sort a column by clicking the header?

Re: Deny column sorting

PostPosted: Mon Nov 19, 2018 3:01 pm
by Support@SIB
There isn't an option in VisionX, only in the source file (src.client, *WorkScreen) with following code:

Code: Select all
table.setSortOnHeaderEnabled(false);

The table object is an instance of NavigationTable.