Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于以下条件,它将 dataTable 函数应用于所有类名为“sort”的表
var adminTables = $('.sort').dataTable()
如何一次将fnFilter('some string')函数应用于该特定页面中选择的所有表?我想一次搜索多个数据表。
您是否考虑过使用fnFilterAll并进行试验?
这是 jsbin 中的示例(来自数据表站点)。
http://live.datatables.net/ukijec/edit#preview