cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

How to enable sorting for all fields in grid widget

Willie
16-Pearl

How to enable sorting for all fields in grid widget

In TWX 8.5, it was possible to enable sorting for all fields in advanced grid widget without enabling it for each field. In TWX 9.5, the new grid widget requires the sort functionality to be enabled individually for each field in grid configuration. Is there a way to make all fields sortable without enabling it individually for each field in grid configuration?

1 REPLY 1
Rocko
18-Opal
(To:Willie)

If you want a hack:

-Export

-Edit XML

-Find/Replace "editable" : false,  --> "editable" : true,

-Reimport

 

Otherwise no.

Announcements


Top Tags