sType html seems bugged
sType html seems bugged
fabien29200
Posts: 1Questions: 0Answers: 0
Hello guys !
First, congratulations for the work achieved here. Your plugin is a great time saver !
But I found a weird behaviour, I read everywhere that setting sType 'html' to a column make its content parsed for filtering.
But in my developments, this doesn't seem to work (anymore ??).
I won't post an example because you have one in examples : go to the following page
http://datatables.net/examples/advanced_init/html_sort.html
Type 'href' in the search textfield and no line will disappear, meaning that the HTML code is considered in the process.
I have found a workaround to my problem by adding : "bSearchable": false to the html column (because I didn't want the column to be filtered at all).
And again, great library !
First, congratulations for the work achieved here. Your plugin is a great time saver !
But I found a weird behaviour, I read everywhere that setting sType 'html' to a column make its content parsed for filtering.
But in my developments, this doesn't seem to work (anymore ??).
I won't post an example because you have one in examples : go to the following page
http://datatables.net/examples/advanced_init/html_sort.html
Type 'href' in the search textfield and no line will disappear, meaning that the HTML code is considered in the process.
I have found a workaround to my problem by adding : "bSearchable": false to the html column (because I didn't want the column to be filtered at all).
And again, great library !
This discussion has been closed.
Replies
Regards,
Allan