v1.0.0

BW Data Table JS Library Examples

Download Back To CSSScript.Com

Production-ready data table in vanilla JS. Features inline editing, export, and extensible plugin system. No framework needed.

Core Functionality

Sorting, pagination, and custom cell rendering out of the box. Zero dependencies.

Power Plugins

Enhanced with History (Undo/Redo), Export (CSV/JSON), and Clipboard operations.

const table = new BWDataTable('#container', config) .use(BWHistory) .use(BWExport) .use(BWClipboard);