-
-
Notifications
You must be signed in to change notification settings - Fork 65
Unable to load the table #238
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
Comments
Hi @sangnguyenplus, |
And can you reproduce the issue with all browsers? Or only with Safari or Google Chrome or ...? |
I have checked the tabler.io example template and I can see al script are loaded with |
Hi @Seb33300, Actually, I don't know why that DOMContentLoaded event is not trigged. I have to fixed version to v12.0.1 because v12.0.2 has breaking change on script code. ![]() I use this way https://yajrabox.com/docs/laravel-datatables/12.0/buttons-starter to load our tables. |
Hi @sangnguyenplus, And can you please also share HTML source where you include the |
It has no issues in JS console. It was working before for me. I'm using it in our Botble CMS and our code was working fine for many years. It just can't listen to event DOMContentLoaded. ![]() I will override script.blade.php from /resources/vendor to prevent this issue. You can close this issue. |
Our tables don't load after upgrading to version 12.0.2.
I think it has issue when switch to use DOMContentLoaded event #237
Before:
After:
We are using tabler.io for admin template, maybe it has conflicted.
The text was updated successfully, but these errors were encountered: