tsorter - HTML Table Sorter

I published my table sorting script to github over the past couple of days. It's at terrilldent/tsorter. It's vanilla JS, there are no dependencies.

This was an interesting exercise. It was some of the oldest javascript code I still have in my possession, originally written in summer 2006. It's been updated to satisfy my more recent coding standards, but still functions the same way.

My plan is do some timing tests, and transition it to use a shadow DOM, or at least off-DOM sorting. Right now it's layout thrashing pretty hard.