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
And now sorting works in a wrong way - it sorts MODIFIED strings:
Proposal:
add a per-column option like sort_by_raw (boolean): false - use a modified string for sorting, true - use a raw (untouched) string for sorting.
Current workaround - use another modifier which creates "sortable" strings starting by "YYYY/MM/DD":
Consider smth like:
We may sort the table by clicking.
Let's sort by "last_triggered":
So far it works OK.
Now assume I need to apply
modify
for thislast_triggered
column:And now sorting works in a wrong way - it sorts MODIFIED strings:
Proposal:
add a per-column option like
sort_by_raw
(boolean):false
- use a modified string for sorting,true
- use a raw (untouched) string for sorting.Current workaround - use another modifier which creates "sortable" strings starting by "YYYY/MM/DD":
The text was updated successfully, but these errors were encountered: