comanche plug-in for responsive data tables is not working with Bootstrap 3. Pagination bar in the bottom right is misaligned vertically prepended with .dot like character. So .First, .Previous, .1, .2 etc comes vertically instead of all in a horizontal bar, Also because of this issue the data table is not responsive and we get horizontal scrolls. If we just replace the bootstrap.css of 2.3 it starts working. Please suggest what to do now? Your help is highly appreciated.
Giovanni said that he is using comanche plugin with Bootstrap 2.3. This itself says that he has tried with Bootstrap 3 and it was not working. Please someone provide the resolution as this is very annoying. We are not able to use the latest upgraded Bootstrap 3 with this plugin ultimately the only option left for us is to drop either one of them in our application. Really appreciate your quick response.
I'll try to look at it as soon as I can, but that might not be for a week or so as I'm bogged down with other things to do. If you could link to a test case showing the problem that would be helpful.
It comes with a linebreak in the pagination.
If he is taking the style
[code]
.dataTables_wrapper
.paginate_button,
.dataTables_wrapper
.paginate_active{
float:left;
}
[/code]
without breaking, but with room left over.
Replies
Allan
comanche plug-in for responsive data tables is not working with Bootstrap 3. Pagination bar in the bottom right is misaligned vertically prepended with .dot like character. So .First, .Previous, .1, .2 etc comes vertically instead of all in a horizontal bar, Also because of this issue the data table is not responsive and we get horizontal scrolls. If we just replace the bootstrap.css of 2.3 it starts working. Please suggest what to do now? Your help is highly appreciated.
Does somebody have already implemented it with Bootstrap 3?[/quote]
Did anyone ever resolve this? I'm looking to get the responsive bit working with Bootstrap 3. Thanks
Giovanni said that he is using comanche plugin with Bootstrap 2.3. This itself says that he has tried with Bootstrap 3 and it was not working. Please someone provide the resolution as this is very annoying. We are not able to use the latest upgraded Bootstrap 3 with this plugin ultimately the only option left for us is to drop either one of them in our application. Really appreciate your quick response.
Allan
[code]
.dataTables_wrapper
.paginate_button,
.dataTables_wrapper
.paginate_active{
float:left;
}
div.dataTables_paginate {
float: left;
}
[/code]
It comes with a linebreak in the pagination.
If he is taking the style
[code]
.dataTables_wrapper
.paginate_button,
.dataTables_wrapper
.paginate_active{
float:left;
}
[/code]
without breaking, but with room left over.
Sorry my english
http://devblog.rayonnant.net/2013/09/bootstrap-3-datatables-paging.html
http://devblog.rayonnant.net/search/label/Bootstrap
http://devblog.rayonnant.net/search/label/Boostrap%203