Remove button message Bootstrap5 not showing correctly.
Remove button message Bootstrap5 not showing correctly.
jmccolgan93
Posts: 19Questions: 11Answers: 0
in Editor
i was trying to add a delete button using this example here and when you set the styling to Bootstrap5 it shows a message in the bottom left of the screen and not in a model. i am getting the same behavior on my stuff as well.
This question has an accepted answers - jump to answer
Answers
you can ignore this... i had to clear my browser cache and it fixed itself.
actually I'm back.... so i cant get the delete dialog box to show the bootstrap formatting. it will only show the default edit style.
I'm loading these and confirmed they are returning an 200 status code.
https://cdn.datatables.net/2.0.2/css/dataTables.bootstrap5.css
https://cdn.datatables.net/buttons/3.0.1/css/buttons.bootstrap5.css
https://cdn.datatables.net/select/2.0.0/css/select.bootstrap5.css
https://cdn.datatables.net/datetime/1.5.2/css/dataTables.dateTime.min.css
https://cdn.datatables.net/rowreorder/1.5.0/css/rowReorder.bootstrap5.css
.../datatables/css/editor.dataTables.css
.../datatables/css/editor.bootstrap5.css
here is my config in case you need that...
Have you loaded the
editor.bootstrap5.js
file?If so, and you are still having a problem, can you give me a link to the page so I can take a look please? You can PM me the link if you can't make it public.
Allan
thanks allen that worked. after i loaded that I was still having some styling issues. i then had to remove the ".../datatables/css/editor.dataTables.css" line and it seems to be working correctly now.
Yes, the two can conflict. Thedownload builder is the best way to make sure rot have the files you need, and only those files.
Allan