-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Support Bootstrap class="table-bordered" styling #78
Comments
This should be now fixed in version 0.8.17. Please refer to the new Bootstrap example: http://handsontable.com/demo/bootstrap.html |
Thanks for looking into this. Not sure if you had intended it with this release, but I couldn't get styles to apply using Bootstrap derived themes such as those based on Bootswatch. |
Can you research what it the cause of that, using Chrome Dev Tools or Firebug? Maybe you are loading CSS files in wrong order? Handsontable CSS files should be loaded after Bootstrap. |
I created a fiddle from "Edit in jsFiddle" link on the demo page and replaced the bootstrap.min.css ref with this:
Here's a simplified example I used to test. |
Per comments from Marcin,
Currently it is not available. It is completely doable though. However, it would require not only CSS changes but also some JS hacking (to add rounded corners to editable textarea and selection borders).
The text was updated successfully, but these errors were encountered: