File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ <h1><i class="fa fa-play"></i> With the DataTables <a href="https://datatab
16
16
< tab heading ="Preview ">
17
17
< article class ="preview ">
18
18
< div ng-controller ="WithResponsiveCtrl as showCase ">
19
- < table datatable dt-options ="showCase.dtOptions " dt-columns ="showCase.dtColumns " class ="row-border hover "> </ table >
19
+ < table datatable dt-options ="showCase.dtOptions " dt-columns ="showCase.dtColumns " class ="row-border hover " width =" 100% " > </ table >
20
20
</ div >
21
21
</ article >
22
22
</ tab >
@@ -25,7 +25,7 @@ <h1><i class="fa fa-play"></i> With the DataTables <a href="https://datatab
25
25
< link rel ="stylesheet " href ="vendor/datatables-responsive/css/dataTables.responsive.css ">
26
26
<!-- ... -->
27
27
< div ng-controller ="WithResponsiveCtrl as showCase ">
28
- < table datatable dt-options ="showCase.dtOptions " dt-columns ="showCase.dtColumns " class ="row-border hover "> </ table >
28
+ < table datatable dt-options ="showCase.dtOptions " dt-columns ="showCase.dtColumns " class ="row-border hover " width =" 100% " > </ table >
29
29
</ div >
30
30
<!-- ... -->
31
31
< script src ="vendor/datatables-responsive/js/dataTables.responsive.js "> </ script >
You can’t perform that action at this time.
0 commit comments