This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information

Deny column sorting

Frequently asked questions about VisionX.

Deny column sorting

Postby johnit » Mon Nov 19, 2018 2:53 pm

How do I prevent a user to sort a column by clicking the header?
johnit
 
Posts: 45
Joined: Fri Nov 16, 2012 5:58 pm

Re: Deny column sorting

Postby Support@SIB » Mon Nov 19, 2018 3:01 pm

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.
User avatar
Support@SIB
 
Posts: 353
Joined: Mon Sep 28, 2009 1:56 pm


Return to VisionX