May as well add a search bar to the top of our table, and allow users to select which column they're searching in.
Probably try to update the displayed results in real time, unless the payload to load all data at once becomes large enough to support pagination in the server layer in which case the results will have to be manually updated by a user.
May as well add a search bar to the top of our table, and allow users to select which column they're searching in.
Probably try to update the displayed results in real time, unless the payload to load all data at once becomes large enough to support pagination in the server layer in which case the results will have to be manually updated by a user.