tristen / tablesort

:arrow_up_down: A small tablesorter in plain JavaScript

Home Page:https://tristen.ca/tablesort/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple Columns Sort

vasyl-shumskyi opened this issue · comments

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!