You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to use coreui with a special SPA web framework (nothing known to the public).
We load coreui.bundle.min.js from index.html; initially, the app does not have a sidebar. The sidebar is added to the DOM when certain criteria is met. For that, the sidebar javascript seems to get initialized (_clickOutListener is not registered).
Is there a way easy way to reinitalize coreui from javascript code?
EDIT: I wanted to ask this in the coreui repository, but they seem to reference to here!?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We want to use coreui with a special SPA web framework (nothing known to the public).
We load
coreui.bundle.min.js
from index.html; initially, the app does not have a sidebar. The sidebar is added to the DOM when certain criteria is met. For that, the sidebar javascript seems to get initialized (_clickOutListener is not registered).Is there a way easy way to reinitalize coreui from javascript code?
EDIT: I wanted to ask this in the coreui repository, but they seem to reference to here!?
Beta Was this translation helpful? Give feedback.
All reactions