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
As you see I have on thead every column a sort 'asc' because I want every column to be sorted as asc desc. What I want to know is how javascript could know which column is currently sorted on. Example user pressed on the head on the column Direction even though I know the BalmUI handles all the sorting I myself want to know which is currently sorted on.
Also is there a way to programmically to reset/set the current sort?
The text was updated successfully, but these errors were encountered:
Development Relevant Information:
I have my thread as follows
and my tbody like this
As you see I have on thead every column a sort 'asc' because I want every column to be sorted as asc desc. What I want to know is how javascript could know which column is currently sorted on. Example user pressed on the head on the column Direction even though I know the BalmUI handles all the sorting I myself want to know which is currently sorted on.
Also is there a way to programmically to reset/set the current sort?
The text was updated successfully, but these errors were encountered: