Spaner - Simple light Bootstrap Nice Admin Panel Dashboard Design Responsive HTML5 Template

Note:-

Please refer Faq's page in documentation itself for queries and customization like Colors, RTL, Dark style..etc.

Basic Tables

Basic Bootsrap Table Html Structure

	
		
	
Data Tables

DataTables is very simple to use as a jQuery plug-in with a huge range of customizable option..

1. You need to add these files to make it work.
	
		
	
	
    
 <!-- DATA TABLE JS -->
 <script src="../assets/plugins/datatables/js/jquery.dataTables.min.js"></script>
 <script src="../assets/plugins/datatables/js/dataTables.bootstrap5.js"></script>
 <script src="../assets/plugins/datatables/js/dataTables.buttons.min.js"></script>
 <script src="../assets/plugins/datatables/js/buttons.bootstrap5.min.js"></script>
 <script src="../assets/plugins/datatables/js/jszip.min.js"></script>
 <script src="../assets/plugins/datatables/pdfmake/pdfmake.min.js"></script>
 <script src="../assets/plugins/datatables/pdfmake/vfs_fonts.js"></script>
 <script src="../assets/plugins/datatables/js/buttons.html5.min.js"></script>
 <script src="../assets/plugins/datatables/js/buttons.print.min.js"></script>
 <script src="../assets/plugins/datatables/js/buttons.colVis.min.js"></script>
 <script src="../assets/plugins/datatables/dataTables.responsive.min.js"></script>
 <script src="../assets/plugins/datatables/responsive.bootstrap5.min.js"></script>
 <script src="../assets/js/table-data.js"></script>
	
	
Type URL
Plugin Link https://datatables.net/examples/styling/bootstrap5