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
Research what localeCompare considers the lowest value in JS for sort and change empty cells to this value (value#+i)nstead of i columnData.push("0#" + i); So white space ends up at the end of the table rather than the start when sorting.