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
Here's my current situation: I have a table row where I display in each cell a numeric value represented as a graphical "bar" (bar chart-like) - a div with a variable width. I should be able to make this row sortable data based on the numeric value in a data- attribute : <td data-value="86">...</td>, not the actual content of the td element. It would be a useful feature for this "stupid" plugin to take this use case into account (granted, my example may not be the most frequent).
The text was updated successfully, but these errors were encountered:
Here's my current situation: I have a table row where I display in each cell a numeric value represented as a graphical "bar" (bar chart-like) - a div with a variable width. I should be able to make this row sortable data based on the numeric value in a data- attribute :
<td data-value="86">...</td>
, not the actual content of thetd
element. It would be a useful feature for this "stupid" plugin to take this use case into account (granted, my example may not be the most frequent).The text was updated successfully, but these errors were encountered: