-
Notifications
You must be signed in to change notification settings - Fork 338
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
Doesn't load the proper css, only loads something after I search #194
Comments
@StephaneMaarek i have almost the same issue that doesn't load properly the js and css, but for you case try to use the |
Hi Carlos, Thanks for responding. As you can see in the gem file I posted I already Thanks On Wed, Sep 9, 2015, 12:04 PM Carlos Antonio [email protected]
|
Nop, keep it, I can see we got the same issue, I'm looking around if I got |
I found the solution from official DataTables site...
You need jquery-rails v 4.0.4 |
👍 Thank you @dimidev, I'll try tonight and I'll let you know. |
works for me as well! On Sun, Sep 13, 2015 at 11:26 AM, Carlos Antonio [email protected]
|
ummm I'm still with the issue, yo @StephaneMaarek can you please show you |
Make sure you run
On Mon, Sep 14, 2015 at 2:53 PM, Carlos Antonio [email protected]
|
Moving from the 4.0.5 gem to the 4.0.4 gem worked for me also. |
Dropping back to rails-jquery 4.0.4, which presumably dropped us back to jquery 2.1.3 fixed the problem but this is not a good long term solution since we'd want the latest version of jQuery. Is the incompatibility reported in dataTables? I see something fixed in April but perhaps this is a different problem. https://www.datatables.net/forums/discussion/27524/broken-in-jquery-2-1-4-1-11-3 |
I am having the same issue with: Strangely, it works fine in puma with development mode (without precompiled assets) but no styles at all show up in production mode. I verified that the precompiled application-.css has what looks to be the appropriate css classes and is accessible to the browser in the production environment. |
Is the require syntax in the original |
The plugin doesn't seem to be working for me... I followed the instructions
I basically load my page. I see a wrong formatting. If I type something in the search bar, then the pagination appears and sticks. It seems the table is not rightly loaded at first? and it looks like the formatting is stick very weird? (see the arrows being partly blank)
See screenshots:
Here is my code:
My
application.css.scss
:My
application.js
And my
Gemfile
and the html..
The text was updated successfully, but these errors were encountered: