Greetings.
Is it possible to replace the default filtering process but keep the original sDom filtering element? I don't want to build a copy of the element but I do want to replace the default filtering with my own.
My scenario is that I have many similar tables on many pages with 5-500+ rows and ~5 cols. The last col always contains clickable icons that perform an action with the row data. I need custom filtering to ignore the last column and to ignore element classes as rows can contain spans with classes I don't want to be searched.
Is it possible to replace the default filtering process but keep the original sDom filtering element? I don't want to build a copy of the element but I do want to replace the default filtering with my own.
My scenario is that I have many similar tables on many pages with 5-500+ rows and ~5 cols. The last col always contains clickable icons that perform an action with the row data. I need custom filtering to ignore the last column and to ignore element classes as rows can contain spans with classes I don't want to be searched.