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

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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