Custom dt-button Modal open
Custom dt-button Modal open
shaziyali8
Posts: 9Questions: 0Answers: 0
I am working on custom button in angular,
am trying to open a modal with custom dt-button, but not working
HTML
ts
Replies
This is not a Datatables issue. Looks like you are using the wrong ID for your modal. You are trying to use
#Mymodal
but it looks like you assigned the idexampleModalAdd
. See the Bootstrap modal docs for details of how to use modals.Kevin
yes dear sir, I see that but fact is, we not getting issue with that still, there is various issues am facing it
Can you please check this screen recording
https://screenrec.com/share/oXI598HpO7
The screenshots don't provide enough information to help debug. As I mentioned earlier this is not a Datatables issue. Search for the error you are getting to get ideas of what the problem might be, for example this SO thread.
Kevin