svelte
Is it possible to "bind" a property value when using the
flexRender function?
I want to render a filter in the header column and bind the value to the globalFilter variable. I can't find any examples of people binding a value while using the flexRender function, so not sure if it is possible.1 Reply
fair-roseOP•3y ago
Or even if I could render a component literal...