Skip to main content
16-Pearl
August 14, 2024
Question

How to enable sorting for all fields in grid widget

  • August 14, 2024
  • 1 reply
  • 602 views

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

Rocko
19-Tanzanite
August 15, 2024

If you want a hack:

-Export

-Edit XML

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

-Reimport

 

Otherwise no.