SELECT filter with html data
SELECT filter with html data
danielro
Posts: 2Questions: 0Answers: 0
Hello,
I am using "DataTables individual column filtering example (using select menus)" http://datatables.net/examples/api/multi_filter_select.html for creating this functionality for my table.
One of the columns has rows with A HREF elements:
[code]France
[/code]
Problem are the generated SELECT filters.
The elements in the list are generated like:
France">France
and not
France
Thanks a lot for your support!
I am using "DataTables individual column filtering example (using select menus)" http://datatables.net/examples/api/multi_filter_select.html for creating this functionality for my table.
One of the columns has rows with A HREF elements:
[code]France
[/code]
Problem are the generated SELECT filters.
The elements in the list are generated like:
France">France
and not
France
Thanks a lot for your support!
This discussion has been closed.
Replies
then using an onclick event on the table cell to retain link functionality.