vedmack / yadcf

Yet Another DataTables Column Filter (yadcf)
http://yadcf-showcase.appspot.com/
MIT License
731 stars 285 forks source link

custom function on delimiter column causing stack overflow #591

Closed svanmoerkerke closed 5 years ago

svanmoerkerke commented 5 years ago

Hello, i have a problem with this custom filter solution: Originally posted by @vedmack in https://github.com/vedmack/yadcf/issues/504#issuecomment-428193181

I have a datatable with aprox. 700 items in it, where one field is a multivalue field, values seperated with semicolon. Whenever i filter on other columns, it works, also when i remove the filter with the X button, but filtering on this multivalue column works, but when i click the X button, i get stack overflow error(s). In IE11 and also Chrome.

In Chrome: Uncaught RangeError: Maximum call stack size exceeded In IE11: SCRIPT2343: Stack overflow at line: 1 SCRIPT28: Out of stack space

Only on this column.

Any idea on how i can overcome this?

Originally posted by @vedmack in https://github.com/vedmack/yadcf/issues/504#issuecomment-428193181

vedmack commented 5 years ago

please post a link to a test case that reproduces the issue