bSearchable, bVisible, and Custom Row Filtering

bSearchable, bVisible, and Custom Row Filtering

ChrisHChrisH Posts: 3Questions: 0Answers: 0
edited October 2013 in General
Browsing the forums, I believe that built-in filtering will be applied to all columns (client-side) unless bSearchable = false, regardless of the visibility of the column (bVisible), correct? If I do not want to apply the built-in filter to non-visible columns, then I must set the bVisible attribute to false?

If I create a custom row filter, is bSearchable ignored unless my custom filtering function considers it?
This discussion has been closed.