Holt59 / datatable

Javascript Plugin for data tables creation
http://holt59.github.io/datatable/
MIT License
108 stars 42 forks source link

Enabling filters breaks table if cells contain punctuation #6

Closed gem0303 closed 9 years ago

gem0303 commented 9 years ago

If I set the filter to "true" for a cell that contains certain types of punctuation, it breaks the ability to filter or sort the entire table.

Observed with these types of punctuation: exclamation point ! colon : period .

Oddly enough, commas are okay.

The error thrown is: Uncaught error: Syntax error, unrecognized expression: [content of cell with punctuation]

Holt59 commented 9 years ago

Hi, this should be corrected by now. Thx for your feedback.

gem0303 commented 9 years ago

Works perfectly, thank you!