【发布时间】:2022-12-01 16:38:23
【问题描述】:
我试图在服务器端数据表中添加单独的列搜索,但它不起作用。
// Apply the filter
$("#empTable tfoot input").on( 'keyup change', function () { alert('test');
tables
.column( $(this).parent().index()+':visible' )
.search( this.value )
.draw();
} );
我需要这个如何在数据表中实现的解决方案
【问题讨论】:
-
这不足以理解您要实现的目标。请尝试添加最少的可重现步骤。