Skip to content

Commit 5542e76

Browse files
committed
Correct doc for responsive plugin l-lin#204
1 parent 6e2b108 commit 5542e76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/withPlugins/withResponsive.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1><i class="fa fa-play"></i>&nbsp;With the DataTables <a href="https://datatab
1616
<tab heading="Preview">
1717
<article class="preview">
1818
<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>
2020
</div>
2121
</article>
2222
</tab>
@@ -25,7 +25,7 @@ <h1><i class="fa fa-play"></i>&nbsp;With the DataTables <a href="https://datatab
2525
<link rel="stylesheet" href="vendor/datatables-responsive/css/dataTables.responsive.css">
2626
<!-- ... -->
2727
<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>
2929
</div>
3030
<!-- ... -->
3131
<script src="vendor/datatables-responsive/js/dataTables.responsive.js"></script>

0 commit comments

Comments
 (0)