Skip to content

Tag: crud

Datatables CRUD operations

I am developing a tasking application that tracks tasks with various metadata for the tasks. When the task is created, the options are saved to a related list. However, the metadata tags may change as the task progresses. I am using DataTables to display the options. The below code loads in the full list of o…

delete button does not read id if modal added in ReactJS

I have created a CRUD application and successfully it is performing all the operations. But when I try to create a modal so that it shows up a warning either to delete the id or not on clicking delete. And If I try to delete a particular id from the modal I’m unable to delete the selected item, else it