Kyle Wannacott
Kyle Wannacott
The existing one was done in ms paint with the spray can...
Having table-sort.js in public folder is confusing to contributors. Have public-sort.js in src folder and then have GitHub action workflow to copy it into public and the npm folder when...
Browser extensions made: https://github.com/LeeWannacott/table-sort-js/issues/76 Pretty bare-bones; don't even have popup etc..
Add the ability to search for items in the table with optional search bar.
https://github.com/LeeWannacott/table-sort-js/pull/110 Now we have multiple tbodies being sorted that have thead before tbody, we need to handle if no thead exists, or worse the thead is inside the tbody :...
https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers This table is already using `sortable` and `jquery-tablesorter` classes we should check for sorting classes from other libraries before running table sort js. If they exist don't run table-sort-js...
Note: Used firefox browser extension when making this issue. Currently if you click on a column in a table with hyperlink it sorts the column and then redirects Check for...
Make example documentation for using TABLE-SORT-JS with VueJS and Angular. Suitable issue for someone with experience using these frameworks. There is an example for ReactJS made already in `public/docs/react.html`. We...