Fork me on GitHub
#re-frame
<
2022-07-28
>
genRaiy18:07:50

thinking about using simple v-table from re-com and wondering if content search is possible? It's not in the docs. So was thinking I might be able to hook it up with the typeahead component. Am I insane? Is there a known path?

Daniel Craig22:07:05

good question, I'd like to know as well

genRaiy11:07:18

Seems quiet so I'll check it out and report back

superstructor20:08:09

Reactive filtering of a v-table based on app-db state controlled from another component such as a type-ahead is absolutely a supported use case.

1
genRaiy21:08:57

Thanks Isaac

steveb8n22:08:49

I have done this too. The external component can drive the table sub. Works well and nice UX. Doesn't really need typeahead, a text input in my case can make table rerender on each keystroke