cyberhobo / ColumnFilterWidgets

This is an add-on for the DataTables plugin for jQuery that creates filtering widgets based on the data in table columns.
69 stars 34 forks source link

Ampersand doesn't render as a "&" #11

Closed BenCoding closed 11 years ago

BenCoding commented 12 years ago

The Ampersand doesn't render as a "&" it renders as & I'll use "&" or "&" and it still renders incorrectly.

cyberhobo commented 12 years ago

There's an ampersand in the Platforms menu in the example that looks okay: http://datatables.net/extras/thirdparty/ColumnFilterWidgets/DataTables/extras/ColumnFilterWidgets/. Can you link an example of one that renders incorrectly?

TrueOsiris commented 11 years ago

you'll see that it's the same issue in your datatables search (if you're using that). I believe this is because you're not using utf8_decode on your search vars.

BenCoding commented 11 years ago

Looks like I can't repeat the issue. But now working at a different company on different server no longer have an issue. I figure it TrueOsiris was right in that the utf8 - decodeing variable wasn't set properly for the page.