Closed AbhimanyuAryan closed 2 years ago
@hhaensel v-bind takes filterAbortFn: https://github.com/GenieFramework/StippleDemos/blob/1d698a940e35d831c09e39ec94b739a947a546fb/AdvancedExamples/ServerSideFiltering.jl#L46
filterAbortFn
and in js_methods it's defined as abortFilterFn: https://github.com/GenieFramework/StippleDemos/blob/1d698a940e35d831c09e39ec94b739a947a546fb/AdvancedExamples/ServerSideFiltering.jl#L26
abortFilterFn
It's a typo!
Good catch!
@hhaensel v-bind takes
filterAbortFn
: https://github.com/GenieFramework/StippleDemos/blob/1d698a940e35d831c09e39ec94b739a947a546fb/AdvancedExamples/ServerSideFiltering.jl#L46and in js_methods it's defined as
abortFilterFn
: https://github.com/GenieFramework/StippleDemos/blob/1d698a940e35d831c09e39ec94b739a947a546fb/AdvancedExamples/ServerSideFiltering.jl#L26