Reactjs – Filter table data in memory without making a new api request
I am new to Next.js and looking for a way to search the data in the Table. I just want to search on the table data that is rendered in the UI without calling any API. Search using EmpName. Below…