Data not insert and update through ajax and jQuery in admin page?

I made custom plugin and done crud operation, display all data in admin page, used ajax and jquery. Data successfully deleted but not inserted or updated. Data successfully pass through ajax but not inserted.
Also What I saw if input block is empty and I put some data and updated it. It got first row data.
Error- https://prnt.sc/wnzqjr
ajax for insert the data

jQuery Show DIV and Remove Button

Playing with jQuery, I wanted to remove the button after displaying div (#div-wordpress) I thought I understood the trick but no … It didn’t work I think I forgot something. if someone can show me the most modern and easy way to do it clic = Show div and Remove the button My code /* … Read more