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
Imagine table where I put to one of the columns timing in miliseconds.
I would like to sort that column (find some of the slowest queries). Currently it sorts the column like a string, so it leads to not sort the data properly.
Solution would be to support some dataset value to help with the proper sorting. E.g. data-position HTML attribute.
The text was updated successfully, but these errors were encountered:
dg
added a commit
that referenced
this issue
Oct 13, 2020
Imagine table where I put to one of the columns timing in miliseconds.

I would like to sort that column (find some of the slowest queries). Currently it sorts the column like a string, so it leads to not sort the data properly.
Solution would be to support some dataset value to help with the proper sorting. E.g.
data-position
HTML attribute.The text was updated successfully, but these errors were encountered: