$(document).ready(function() {
    $('#table').on('order.dt',
	    function() {
	        console.log('排序');
	    }).on('search.dt',
	    function() {
	    	console.log('搜索');
	    }).on('page.dt',
	    function() {
	    	console.log('翻页');
    }).dataTable();
});

  

相关文章:

  • 2021-07-30
  • 2021-10-27
  • 2021-12-05
  • 2022-12-23
  • 2021-08-10
  • 2021-05-02
猜你喜欢
  • 2021-07-29
  • 2022-01-16
  • 2022-12-23
  • 2021-10-08
  • 2022-12-23
  • 2022-02-10
相关资源
相似解决方案