superjs-datatable
v1.0.0
Published
It is an open source library developed for quickly integrating Datatable classes into nodejs ( other html ) projects.
Downloads
1
Readme
superjs-datatable
It is an open source library developed for quickly integrating Datatable classes into nodejs ( other html ) projects.
Installation
Install superjs-datatable with npm
npm install superjs-datatable
Usage/Examples
For *.ejs files
<div class="table-responsive mb-5">
<table id="table1" name="table1" class="table table-bordered table-hover table-striped">
<thead>
<tr>
<th>ID</th>
<th>NAME</th>
<th>ISAUTH</th>
</tr>
</thead>
<tbody>
<% data.forEach(element => { %>
<tr>
<td><%= element.ID %></td>
<td><%= element.NAME %></td>
<td><%= element.ISAUTH %></td>
</tr>
<% }); %>
</tbody>
</table>
</div>
<%- include('node_modules/superjs-datatable/superjs-datatable.ejs') %>
License
Jquery the MIT license https://jquery.org/license
DataTables 1.13.5©2008-2023 SpryMedia Ltd - https://datatables.net/license/
Copyright © 2016 Eli Grey - http://eligrey.com
pdfmake v0.1.53, @license MIT, @link http://pdfmake.org
JSZip 2009-2016 Stuart Knightley the MIT license https://github.com/nodeca/pako/blob/main/LICENSE
Abdullah YILMAZ © 2023 : [email protected]
Authors
- Abdullah YILMAZ -> [email protected]
- superjs-*
- © 2023