I currently have a table that populates via look up rules:
I would like to be able to sort by any of the available columns in this table. For instance I may want to sort by the status of the client in one case, by the order date in another.
Instead of having to go into the look up rules and update the sorting there, I was hoping to find a more dynamic method using javascript and wanted to see if anyone has successfully implemented something similar in the modern designer.