文件名称:search-table-js:使用javascript使表可搜索。 之前必须导入jquery
文件大小:3KB
文件格式:ZIP
更新时间:2024-03-09 16:10:40
JavaScript
搜索表js jQuery依赖 使用javascript使表格可搜索。 之前必须导入jquery。 如何使用: $ ( "#yourtable" ) . searchTable ( ) ; 或者 $ ( "#yourtable" ) . searchTable ( { filterTrClass : ".master" , placeholder : "Type some term to find on table" , before : function ( ) { console . log ( "My function" ) ; } } ) ; 没有依赖 window . searchTable ( "#yourtable" ) ;
【文件预览】:
search-table-js-master
----search-table.js(2KB)
----LICENSE(1KB)
----vanilla-search-table.js(3KB)
----README.md(569B)