bSearchable, bVisible, and Custom Row Filtering
bSearchable, bVisible, and Custom Row Filtering
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?
If I create a custom row filter, is bSearchable ignored unless my custom filtering function considers it?
This discussion has been closed.