Skip to content

Commit ae4927e

Browse files
2 parents f73cfd2 + a84ef22 commit ae4927e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

box.php

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,16 @@
525525
<div class="cardBranch recent-sales overflow-auto">
526526
<div class="card-body">
527527
<h5 class="card-title">List of Boxes</h5>
528-
528+
<div class="datatable-wrapper datatable-loading no-footer sortable searchable fixed-columns"><div class="datatable-top">
529+
<div class="datatable-dropdown">
530+
<label>
531+
<select class="datatable-selector" name="per-page"><option value="5">5</option><option value="10" selected="">10</option><option value="15">15</option><option value="-1">All</option></select> entries per page
532+
</label>
533+
</div>
534+
<div class="datatable-search">
535+
<input class="datatable-input" placeholder="Search..." type="search" name="search" title="Search within table">
536+
</div>
537+
</div>
529538
<?php
530539
if ($result->num_rows > 0) {
531540
echo '<table class="table datatable mt-4" style="table-layout: fixed;">

0 commit comments

Comments
 (0)