Widget not showing properly #2873
Unanswered
kulbhushanchand
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Load your jQuery plugin with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On my webpage, I have included a html-widget to show interactive table. The expected output is as shown in figure below (also working demo at - https://rstudio.github.io/DT/).
Issue - The table is not showing with the minimal-mistakes theme. However, the problem is resolved if, I disable the theme javascript file
main.min.js
. As per this stackoverflow answer, the problem is with the loading ofjQuery
twice or with the loading order of the two js filesjQuery
andjQuery DataTables
. (Both the theme and html-widget usesjQuery ver 3.5.1
)What can be the possible solution for this edge case?
Beta Was this translation helpful? Give feedback.
All reactions