Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranzafar4343 committed Sep 19, 2024
2 parents f73cfd2 + a84ef22 commit ae4927e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion box.php
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,16 @@
<div class="cardBranch recent-sales overflow-auto">
<div class="card-body">
<h5 class="card-title">List of Boxes</h5>

<div class="datatable-wrapper datatable-loading no-footer sortable searchable fixed-columns"><div class="datatable-top">
<div class="datatable-dropdown">
<label>
<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
</label>
</div>
<div class="datatable-search">
<input class="datatable-input" placeholder="Search..." type="search" name="search" title="Search within table">
</div>
</div>
<?php
if ($result->num_rows > 0) {
echo '<table class="table datatable mt-4" style="table-layout: fixed;">
Expand Down

0 comments on commit ae4927e

Please sign in to comment.