Sort values descending, nulls last #24
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Hi there!
At the moment the default of this script is sort the values in ascending order with nulls last. But when I try to sort the values in descending order, the nulls values appear on the top. Is there a way to move the null values to the bottom (and also keeping nulls last when sorting in ascending order)?
It should be around lines 492-518 in jstable.js, but it's hard to understand what's happening there exactly.
Thanks!
The text was updated successfully, but these errors were encountered: