Refresh Data After Call to Next.js API
Hi, I am currently using react-table in next.js, and am pulling the data in after calling an api router that links to supabase. I have a delete button that calls another api route, and deletes a record from supabase. How do i refresh the data once this action is completed. Here is my code:

0 Replies