JSTable icon indicating copy to clipboard operation
JSTable copied to clipboard

a lightweight, dependency-free JavaScript plugin which makes a HTML table interactive

Results 14 JSTable issues
Sort by recently updated
recently updated
newest added

is jstable have a export feature to excel or csv?

enhancement
help wanted
not planned

Hi, How can I use POST instead of GET? thanks

Hi there! At the moment the default of this script is sort the values in ascending order with nulls last. But when I try to sort the values in descending...

enhancement
help wanted
good first issue
not planned

It's really hard to implement rowspan on tbody datatable with server side processing, do you have any ideas? @Trekky12

enhancement
help wanted
not planned

I would be grateful if you could add a fixed header feature in JSTable. Thanks.

enhancement
help wanted
not planned

Hello, I am saw this tutorial which uses JSTable https://www.youtube.com/watch?v=IUTxTiIUm68&t=423s&ab_channel=Webslesson. The problem is that whenever I add a data the "Showing {start} to {end} of {rows} entries" does not update...

When I do this nothing happens. `myTable.on("click", function () { console.log('clicked'); }); `

question

In datatables.js is is possible to sort via a data attribute: https://datatables.net/manual/data/orthogonal-data#HTML-5 It would be great to have this feature in JSTable also.

enhancement
not planned

Could a dark color theme be added to the documentation site? I'd be interested in working on this.

enhancement
not planned

David Konrad made a plugin that solves the diacritics problem in Datatables, and quoting him directly: > When filtering or sorting a table with accented characters (letters with diacritical marks)...

enhancement