Fix invalid responsive data table example
- add missing dataTables.responsive.js script - add width attribute
This commit is contained in:
@@ -390,7 +390,7 @@
|
||||
<!-- /.panel-heading -->
|
||||
<div class="panel-body">
|
||||
<div class="dataTable_wrapper">
|
||||
<table class="table table-striped table-bordered table-hover" id="dataTables-example">
|
||||
<table width="100%" class="table table-striped table-bordered table-hover" id="dataTables-example">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Rendering engine</th>
|
||||
@@ -1127,6 +1127,7 @@
|
||||
<!-- DataTables JavaScript -->
|
||||
<script src="../bower_components/datatables/media/js/jquery.dataTables.min.js"></script>
|
||||
<script src="../bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.min.js"></script>
|
||||
<script src="../bower_components/datatables-responsive/js/dataTables.responsive.js"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="../dist/js/sb-admin-2.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user