Stupid-Table-Plugin
Stupid-Table-Plugin copied to clipboard
A stupidly small and simple jQuery table sorter plugin
Previously, a th tag inside a tbody > tr would cause issues with sort. This is bad! We want to encourage `` in our markup. :) This 1-line commit fixes...
Currently, the sort does not work correctly if you have multiple rows of th's combined with multicolumn-sort. If you open [this jsfiddle](https://jsfiddle.net/20fmrnsc/2/) and sort the table by "arms right" multiple...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Especially important for single page (e.g. backbone.js) apps where the table itself is being destroyed Should be able to call: `$("table").stupidtable('dispose')` or similar
Hello, is it possible to add an div/tr element that always will be, let's say, on row 5, no matter what?
This is probably something exceedingly simple, but I'd like to trigger sorting on click of the title of the `` only (maybe wrapped in a span?), as I have a...
This change is [](https://reviewable.io/reviews/joequery/stupid-table-plugin/163)
I have a list of rows sorted by default, and they have a expand button. When clicked, it shows a few `...
Hello, I have a problem with the data-sort-value... I follow the instructions but doesn't sort by data-sort-value but by int (of the td):  How can I fix this? Thanks...
I have this error when I click on the column to sort: stupidtable.min.js: 3 Uncaught TypeError: Cannot read property 'string' of undefined at k.fn.init.c.fn.stupidsort (stupidtable.min.js: 3) at HTMLTableCellElement. (stupidtable.min.js: 1) ...