JSTable
JSTable copied to clipboard
a lightweight, dependency-free JavaScript plugin which makes a HTML table interactive
is jstable have a export feature to excel or csv?
method
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...
It's really hard to implement rowspan on tbody datatable with server side processing, do you have any ideas? @Trekky12
I would be grateful if you could add a fixed header feature in JSTable. Thanks.
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'); }); `
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.
Could a dark color theme be added to the documentation site? I'd be interested in working on this.
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)...