How to enable search in title between < p >
How to enable search in title between < p >
ASHKARdatatables
Posts: 18Questions: 5Answers: 0
Hi every one
i wonder how to enable search in **title **between < p > </ p >
This question has an accepted answers - jump to answer
Answers
Can you add the data you want to search on to the
td
element as adata-search
attribute? If so, use orthogonal data (DataTables will automatically detect thedata-search
attribute).If that isn't an option, use the
columns.render
for orthogonal data, parsing out the part that you want to search on when thetype === 'filter'
data type is requested.Allan
Thanks Allan