I have a view that has a column to make it sortable.
When clicking on the column header the view will be sorted ascending /descending.
How can I get a handle to this sorting in SSJS , I mean how can I sort it using SSJS ?
I have a view that has a column to make it sortable. When clicking
Share
If you define a view as a data source there are 2 properties.
You could compute these with scoped variables and refresh, that should do it