-
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
Update dataTables base code and extras #222
base: master
Are you sure you want to change the base?
Conversation
Hi, @import "bootstrap-sprockets"; Is there any advice you could give me to solve this? |
@kinsbrunner did you use the install generator? you shouldn't have to manually add the imports to your application scss because the install generator, as described on the home page, for bootstrap 3 adds the appropriate requires to your app/assets/stylesheets/application.css file. |
You are right, I was doing this manually instead of using the Generate
command.
The reason why I am using your code is as the original code is not working
for me when minimizing screen, it is not showing the expand button to show
the datails of a registry which are not fitting on windows current size but
I am facing the same issue with your code... any idea?
Thanks in advance.
Alejandro.
2017-01-15 17:42 GMT-03:00 Jose Jimenez <[email protected]>:
… @kinsbrunner <https://github.com/kinsbrunner> did you use the install
generator? you shouldn't have to manually add the imports to your
application scss because the install generator, as described on the home
page, for bootstrap 3 adds the appropriate requires to your
app/assets/stylesheets/application.css file.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#222 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APfYkPHlijFNB2SvOfE-altm70gcpQmvks5rSoS9gaJpZM4LTA4o>
.
|
@kinsbrunner I'm not sure this pull request is the right place for this conversation. Please take it to issues or to stack overflow. I'd be happy to participate in the conversation there. |
Unfortunatelly, no one is answering to threads on original gem... that's why I though you may help me. |
I started this fork and pull request in order to update dataTables to the latest version. The version currently included in master has a defect in the responsive extra that makes it impossible to select text within the expander for the rows. This pull request fixes that issue.