[DATATABLE] DataTables.net with DataTableQueryBuilder sample input filter (ok)

C:\xampp\htdocs\wpclidemo\index.html
<!DOCTYPE html>
<html>
<head>
<title>Parcel Sandbox</title>
<meta charset="UTF-8" />
</head>
<body>
<h1>DataTables.net with DataTableQueryBuilder sample</h1>
<div id="filters">
<input type="text" data-column="id" placeholder="Id" />
<input type="text" data-column="fullName" placeholder="Full Name" />
<input type="text" data-column="email" placeholder="Email" />
<input type="text" data-column="posts" placeholder="Posts" />
<input type="text" data-column="createDate" placeholder="MM/DD/YYYY" />
</div>
<table id="user-list" class="display" style="width: 100%;">
<thead>
<tr>
<th>Id</th>
<th>Full name</th>
<th>Email</th>
<th>Company</th>
<th>Posts</th>
<th>Create Date</th>
</tr>
</thead>
</table>
<script src="src/index.js"></script>
</body>
</html>
C:\xampp\htdocs\wpclidemo\package.json
C:\xampp\htdocs\wpclidemo\src\index.js
C:\xampp\htdocs\wpclidemo\src\styles.css
Previous[DATATABLE] Sử dụng thư viện dataTables.bootstrap.min.js && dataTables.bootstrap.min.js (ok)Next[DATATABLE] How to use Tabledit plugin with jQuery Datatable in PHP Ajax (ok)
Last updated
Was this helpful?