[Solved] datatables not displaying default pagination and search bar


you can see your example here :-

we create code with dummy data link

might you have issue with starting PHP tag :-

at here

<tbody>
             //table body
                  }
                }else {
                  echo "<tr>";
                  echo "<td colspan='6'>";
                  echo "<h4 class="text-danger">No Data Found</h4>";
                  echo "</td>";
                  echo "</tr>";
                }
              ?>      
            </tbody>

0

solved datatables not displaying default pagination and search bar