The JSTable is a lightweight, dependency-free JavaScript plugin which makes a HTML table interactive.
The plugin is similar to the jQuery datatables but without the jQuery dependencies.
The implementation is inspired by Vanilla-DataTables. Unlike Vanilla-Datatables this implementation is using the in ES6 introduced classes.
Additionally JSTable includes the possibility for server side rendering, which is inspired by jQuery datatables.
You can get the sourcecode on github and more information about the usage on this page.