Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 853 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 853 Bytes

BS5-DataTables-without-jQuery

A simple datatables example for bootstrap 5.3.3 that included searching, searching by column, column sorting, loading from json, autobuilding the table, pagination, row editing, and more, with less than 600 lines of js.

Install via npmjs

npm i --save @skem9/bs5-datatables

Demo:

Note

This is a basic, good starting point, ready to be used and add onto without being all bloated with thousands of line of code. Just under 500 lines of javascript!

I did include the tkrotoff/bootstrap-floating-label plugin cause, I just like his floating labels more than the default bootstrap floating labels.