TablePlugin
Simple-DataTables-classic
A lightweight, extendable, dependency-free javascript HTML table plugin that also works in older browsers. Similar to jQuery DataTables, but without the jQuery dependency. See Simple-DataTables for a version that uses up-to-date technology and only targets current browsers.
Based on Vanilla-DataTables, but written in ES2018.
Unstyled default:
| A | B | C | D |
| A1 | B1 | C1 | D1 |
| A2 | B2 | C2 | D2 |
With TablePlugin:
| A | B | C | D |
|---|---|---|---|
| A1 | B1 | C1 | D1 |
| A2 | B2 | C2 | D2 |