Confirm Selection in tanstack react-table
I have a row selection implemented on my tanstack react table, it is working fine, but there is one thing, i want to add a state that tells me if the user confirms deletion dialog button, and use it on my useEffect to delete my records.
this is a screenshot of my implementation:
Confirm Selection in tanstack react-table
I have a row selection implemented on my tanstack react table, it is working fine, but there is one thing, i want to add a state that tells me if the user confirms deletion dialog button, and use it on my useEffect to delete my records.
this is a screenshot of my implementation: