gregnb / gregnb/mui-datatables
Delete Rows
Open
question
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
I am using this library to display data from Mysql database, in order to delete I am going to need any value from the row , the function onRowsDelete returns the index of the row but i need to access the row data itself,
the only function that i saw that returns the rowdata was onRowClick
## Expected Behavior
what I need whenever I select a row and click on delete it returns the row data so i can delete the data from the database i.e SQL command
## Current Behavior
I can only get the row Index
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.