svelte
Is it possible to "bind" a property value when using the
I want to render a filter in the header column and bind the value to 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.