开发者

jQuery PicNet Table Filter specify column programmatically

开发者 https://www.devze.com 2023-01-04 11:50 出处:网络
Wondering if anyone has experience with PicNet table filter plugin for jQuery. This is what I did for generating the filter for me table.

Wondering if anyone has experience with PicNet table filter plugin for jQuery.

This is what I did for generating the filter for me table.

$('#tableName').tableFilter();

I am wondering if there is a way to not generate filter textbox or开发者_如何学运维 dropdown for particular columns?

thanks


In case anybody has the same problem,

filter='false' will do the trick.

Regards, pepebe


End up modifying the getFilterStr method in the js file to not generate any html controls for a specific "filter-type". in my case i use "none".

0

精彩评论

暂无评论...
验证码 换一张
取 消