문제

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

도움이 되었습니까?

해결책 2

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".

다른 팁

In case anybody has the same problem,

filter='false' will do the trick.

Regards, pepebe

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top