SELECT filter with html data

SELECT filter with html data

danielrodanielro Posts: 2Questions: 0Answers: 0
edited February 2011 in TableTools
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!

Replies

  • danielrodanielro Posts: 2Questions: 0Answers: 0
    edited February 2011
    I got it working using only text in the cells of body rows
    then using an onclick event on the table cell to retain link functionality.
This discussion has been closed.