vedmack/yadcf

custom function on delimiter column causing stack overflow

Closed this issue · 1 comments

Hello, i have a problem with this custom filter solution: Originally posted by @vedmack in #504 (comment)

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 #504 (comment)

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