File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 525
525
<div class="cardBranch recent-sales overflow-auto">
526
526
<div class="card-body">
527
527
<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>
529
538
<?php
530
539
if ($ result ->num_rows > 0 ) {
531
540
echo '<table class="table datatable mt-4" style="table-layout: fixed;">
You can’t perform that action at this time.
0 commit comments