Good afternoon! I'm trying to delete an item in my view, which is in a bootstrap table. I'm using thymeleaf + bootstrapno frontend. The idea is to take the id and move to a modal bootstrap window and through the modal delete the record in the bank. But I am not able to pass the id to the ajax function to delete the record. Can someone help me? x.x
Follow the code snippets - >