-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Treegrid not working with boostrap 4 and jquery 3+ #71
Comments
Is this project still alive? It would be awesome if they can upgrade it for bootstrap 4. |
Last author response is on Dec. 30 2016 so you can get the point ... |
@dattakugve in treegrid.js, replace "treegrid-expander-expanded" with (for example) "fa fa-caret-down" and "treegrid-expander-collapsed" with (for example) "fa fa-caret-right". This will use FontAwesome Icons (as of v.4.7). |
It worked with BS4 without any changes. Issue was becasue of something else |
@dattakugve , what was the issue? |
@krosoftware jstree css files were not loaded because of incorrect path. Worked fine after correcting it. Now I am using jstree with BS4 without any issues. |
I have no jstree css, do you mean on jquery.treegrid.css? After I added Bootstrap 4.21 CSS I have treegrid without icons, please check this: https://imgur.com/a/eMFFaWu and here is my HTML: |
Hi ,
Does this plugin support bootstrap 4 and Jquery 3. After upgrading to jquery 3 and bootstrap 4 I treegrid is not showing collapse icons
The text was updated successfully, but these errors were encountered: