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
I have a table of data, with the first column being in the YYYY-MM-DD format. There are some rows where this field is empty.. so when sorting it will stick the newest date on top or sorting the other direction it puts the empty stuff on top. Is there a way to basically keep the rows with the empty columns at the bottom (didnt it used to do this?). Honestly this shouldnt be limited to isoDate but could be useful else where as well.. so maybe add a 'ignoreNull: true' option?
i can create a jsfiddle if you need some test data. hit me up on irc if you need to talk more
The text was updated successfully, but these errors were encountered:
I have a table of data, with the first column being in the YYYY-MM-DD format. There are some rows where this field is empty.. so when sorting it will stick the newest date on top or sorting the other direction it puts the empty stuff on top. Is there a way to basically keep the rows with the empty columns at the bottom (didnt it used to do this?). Honestly this shouldnt be limited to isoDate but could be useful else where as well.. so maybe add a 'ignoreNull: true' option?
i can create a jsfiddle if you need some test data. hit me up on irc if you need to talk more
The text was updated successfully, but these errors were encountered: