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, I add a data-value attribute to my table cell that contains a dropdown select with supplier names in it, this data-value being the supplier name that's currently selected in the application for that line. When I click on the column header, no sorting happens, even though the asc/desc arrows do change for the column.
The text was updated successfully, but these errors were encountered:
I'm don't expect the table to sort if I've updated the value, just the initial values on page load. No sorting is occurring at all on clicking on the column header. When I click, the column header th, all the row td's get the sorted class, however the table rows aren't getting sorted at all.
A snippet of the relevant cell from one of my table rows:
Hi, I add a data-value attribute to my table cell that contains a dropdown select with supplier names in it, this data-value being the supplier name that's currently selected in the application for that line. When I click on the column header, no sorting happens, even though the asc/desc arrows do change for the column.
The text was updated successfully, but these errors were encountered: