TableHandler -


未知
跨平台
JavaScript

软件简介

Use this to search the text of your table, check the column out.
init table to searchable

jQuery('#table1').tablehandler();

search your text

jQuery('#table1').searchTable({ value : jQuery('#value1').val() })