Datatables width problem with Twitter's Bootstrap 3
Datatables width problem with Twitter's Bootstrap 3
zanelli
Posts: 4Questions: 0Answers: 0
I've been using dataTables 1.9 with Twitter's Bootstrap 2.3 normally, but after updated to 3.0 version the widths of the columns are messy.
Here's a print of the table: https://docs.google.com/file/d/0B2NaGF7OauWrcElGWnB3R05oalE/edit?usp=sharing
I don't know why this is happening, since the bootstrap 2.3 it was working fine.
It's kinda hard to me post a link to my code, since I loading data by ajax request.
Anyone has passed by this while migrating from Twitter's Bootstrap 2.3 to 3.0?
Here's a print of the table: https://docs.google.com/file/d/0B2NaGF7OauWrcElGWnB3R05oalE/edit?usp=sharing
I don't know why this is happening, since the bootstrap 2.3 it was working fine.
It's kinda hard to me post a link to my code, since I loading data by ajax request.
Anyone has passed by this while migrating from Twitter's Bootstrap 2.3 to 3.0?
This discussion has been closed.
Replies
If so and it still isn't working, please link to a test case.
Allan
If I find something I'll post here.
Allan
I fixed the problem removing the X scrolling and doing it by pure CSS. Worked well to me and solved the problem.
Thanks for helping!