Data Table
This package contains distribution files required to style DataTables library for jQuery with styling for Bootstrap5. For more details
File Structure
- gulp+scss+hbs
- src
- assets
-
js
- app.js
-
js
- assets
- src
Script
if($.fn.DataTable){
const table = $('.data-table').DataTable();
}
HTML Code
<table id="datatable" class="table data-table table-striped table-bordered">
.........
</table>