I have an inline datatable, when I change the data in datatable and click on next page I need to show bootstrap modal. if click on yes the data should be saved and it should show next page in datatable. When I click on no it should stay on the same page Now, the problem is without clicking on yes/no buttons in datatable it is going to next page without waiting for user response. It should stay on the same page. I have tried the following to stop the event execution.
e.preventDefault()
e.stopPropogation()
e.stopImmediatePropogation()
The above events are not working. Your help is much appreciated.Thanks in advance.