gregnb / mui-datatables

Datatables for React using Material-UI
MIT License
2.71k stars 934 forks source link

Custom function for selected rows #2012

Open gavinadams1 opened 1 year ago

gavinadams1 commented 1 year ago

I need some general advice as I am very new to this library.

I'd like to have a custom operation for selected rows. I'd like the user to select rows and 'approve' them. The operation would be similar to if the user was selecting rows to delete them. I am hoping for an 'approve' button next to the delete button or something similar to that.

Is this easy to do with this library?