Dynamic Sortable Table with custom query

Am trying to make the whole sort thing work. Argh.

If sorting is why you’re using a custom query, the end of this thread might be useful. There’s an example of using query builder with dynamic sorting.

Did anyone ever find a resolution to this? I have stacks of custom complex queries and would really like to be able to my the tables sortable. I am having the exact same issues everyone here was.

In your data query, do you specify the fields individually?
Selecting all fields with tablename.* will not work.

1 Like