tristen / tablesort

:arrow_up_down: A small tablesorter in plain JavaScript
https://tristen.ca/tablesort/demo/
MIT License
1.1k stars 179 forks source link

Multiple Columns Sort #178

Open vasyl-shumskyi opened 5 years ago

vasyl-shumskyi commented 5 years ago

Hello,

Multicolumn sorting is widely used in excel and google sheets.

Is it possible to sort by more than 1 column with tablesort?

For example: sort the table by column A and then sort same A values by column B?

See below:

A B
1 1
1 2
1 3
2 1
2 2
2 3

Thanks!