Open GoogleCodeExporter opened 9 years ago
To further comment on this issue, it does not work correctly if you set
bAutoWidth to false. By setting bAutoWidth to false it should not add widths
onto the th tags in the tfoot.
Original comment by james.a....@gmail.com
on 3 Sep 2012 at 1:25
this css solved it for me:
.display .text_filter {
width: 100%;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto;
padding: 3px;
}
Original comment by felipema...@gmail.com
on 11 Sep 2014 at 4:41
Original issue reported on code.google.com by
Joos.Kie...@gmail.com
on 23 Aug 2012 at 10:50