Minimalist Table Sorter In jQuery
Briefly

jQuery-powered table sorter that allows users to instantly sort the table rows in ascending or descending order.
Incredibly lightweight and fast, utilizing only around 1kb of jQuery code.
Make sure your table has a <thead> element and use a class 'no-sort' to exclude specific columns from sorting functionality.
Sets up an event listener for sorting when a user clicks on a table header cell, excluding those marked with the 'no-sort' class.
Read at jQuery Script
[
add
]
[
|
|
]