Custom dt-button Modal open

Custom dt-button Modal open

shaziyali8shaziyali8 Posts: 9Questions: 0Answers: 0
edited September 2022 in Free community support

I am working on custom button in angular,

am trying to open a modal with custom dt-button, but not working


HTML


ts

Replies

  • kthorngrenkthorngren Posts: 21,117Questions: 26Answers: 4,916

    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 id exampleModalAdd. See the Bootstrap modal docs for details of how to use modals.

    Kevin

  • shaziyali8shaziyali8 Posts: 9Questions: 0Answers: 0

    yes dear sir, I see that but fact is, we not getting issue with that still, there is various issues am facing it

  • shaziyali8shaziyali8 Posts: 9Questions: 0Answers: 0
    edited September 2022

    Can you please check this screen recording
    https://screenrec.com/share/oXI598HpO7

  • kthorngrenkthorngren Posts: 21,117Questions: 26Answers: 4,916

    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

Sign In or Register to comment.