Individual column searching on columns that are dynamically generated?

Individual column searching on columns that are dynamically generated?

SiegeLionSiegeLion Posts: 8Questions: 6Answers: 0

In the example, the column names are fixed in a <thead><tr><th> element.

In my case, I use Ajax call to get the columns that should be in the table. and $('#TableID thead th') does not seem to return anything.

How should I do it instead?

This discussion has been closed.