Right-align with Bootstrap
Right-align with Bootstrap
fgeorges
Posts: 8Questions: 3Answers: 0
Hi,
The downloader (great tool!) gives the following CSS stylesheet link to use in the HTML pages (besides the Bootstrap library itself), when asking for individual files:
<link rel="stylesheet" type="text/css" href="DataTables-1.10.10/css/dataTables.bootstrap.css"/>
It does not include the "generic" DataTables CSS file. But:
- without the generic DataTables CSS file, classes like
dt-right
are not taken into account - with the generic DataTables CSS file (in addition to the BS-specific DT CSS file), there are some weird interferences in the layout (e.g. the headings)
Did I miss anything?
Regards, --Flo
This discussion has been closed.