vocascan / vocascan-frontend

A highly configurable vocabulary trainer
https://vocascan.com
Apache License 2.0
30 stars 8 forks source link

Integrate search into table component #122

Open Tracer1337 opened 2 years ago

Tracer1337 commented 2 years ago

The search functionality of the "AllVocabs" table is currently implemented on the screen itself, instead of inside the table component. The goal is to make the table component more powerful by including the search inside it. It will also be required to outsource the data-fetching to the table, since the search has to be passed as a query-parameter.