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.
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.