Description: HTML table sorting library with sort type inference builtin and browser extension available. #VanillaJS "table-sort" Make the table sortable! (Words, numbers, dates, file sizes)... "table ...
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 ...