ScrollY is not working in bootstrap Modal
ScrollY is not working in bootstrap Modal
mpatil
Posts: 2Questions: 1Answers: 0
Hi
Team,
First of all the plugin is awesome, it is really helpful.
Currently I am using it in my project which has bootstrap, when I call the datatable in bootstrap modal with scrolly then the header is misaligned, if I remove scrollY then the header looks fine.
Kindly help, below is the link.
This discussion has been closed.
Answers
Hello!
Assuming you're using the same external resources as in the code snippet:
You're importing jQuery twice, which is causing some sort of conflict and not triggering the modal event. Your DataTable already comes with jQuery.
@tgsala , could you please give an answer when I remove scrollY, then why there is no issue, As I said, If I remove scrollY it works seamlessly.