Filtering and html
Filtering and html
karine
Posts: 4Questions: 0Answers: 0
As I understand of some older threads, there is a bug in 1.9.4, that won't strip off the html in a column when filtering the table. I haven't found any recent information about this, so I would like to ask if anyone has found a good solution to this problem?
This discussion has been closed.
Replies
In your aoColumns[ ] section, for each column that contains data adorned with HTML:
1. set {"bSearchable:false"} for that column
2. define an auxiliary hidden column (which will contain the unadorned data) and set
{"bSearchable":true, "bVisible":false}
Allan
But I've tried 1.10 now, and it seems very promising. Thank you. Do you know when we can expect a release of 1.10?
Allan