Skip to content
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

Closed
jamesholcomb opened this issue Jul 25, 2012 · 4 comments
Closed

Support Bootstrap class="table-bordered" styling #78

jamesholcomb opened this issue Jul 25, 2012 · 4 comments

Comments

@jamesholcomb
Copy link

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).

@warpech
Copy link
Member

warpech commented Mar 31, 2013

This should be now fixed in version 0.8.17. Please refer to the new Bootstrap example: http://handsontable.com/demo/bootstrap.html

@jamesholcomb
Copy link
Author

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.

@warpech
Copy link
Member

warpech commented Mar 31, 2013

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.

@jamesholcomb
Copy link
Author

I created a fiddle from "Edit in jsFiddle" link on the demo page and replaced the bootstrap.min.css ref with this:

<link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/bootswatch/2.3.1/cyborg/bootstrap.min.css">

Here's a simplified example I used to test.

http://jsfiddle.net/jamesholcomb/XYxpc/

budnix pushed a commit that referenced this issue Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants