标签: html bootstrap-modal
我正在尝试在页面中制作2个表格。它有效,但第二个表没有搜索和分页。
如何向第二个表添加搜索和分页。
Here is the code
Printscreen of the tables
答案 0 :(得分:0)
我认为你需要将你的第二个表定义为这样的数据表。
$(document).ready(function(){ $('#myTable').dataTable(); $('#myTable1').dataTable(); });