You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @newbro. Unfortunately, there is no way to do this right now. You can add st-sort-default="true" for default sort. You can also use something like lodash _.orderBy to sort the rows programmatically, but that will not update the table header classes.
Is there anyway we can apply multi sorting programmatically without relying user to actually click on column header to trigger the directive?
The text was updated successfully, but these errors were encountered: