datatables之翻页搜索排序事件

Posted hapday

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了datatables之翻页搜索排序事件相关的知识,希望对你有一定的参考价值。

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

  

以上是关于datatables之翻页搜索排序事件的主要内容,如果未能解决你的问题,请参考以下文章

datatables 行元素事件翻页后失效问题

PHP.26-TP框架商城应用实例-后台2-商品列表页-搜索翻页排序

如何在 ASP.net Core 中实现 dataTables 服务器端分页/搜索/排序

JQ事件在datatable.js的提取行排序中没有活动

DataTables - 排序,搜索,分页不起作用

数据表搜索和排序不适用于动态添加的数据