Merge pull request #96 from krzysiekpiasecki/gh-pages
Fix responsive datatable example and prevent from 404
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
"holderjs": "~2.4.1",
|
||||
"metisMenu": "~1.1.3",
|
||||
"morrisjs": "~0.5.1",
|
||||
"datatables-responsive": "~1.0.3",
|
||||
"datatables-responsive": "1.0.6",
|
||||
"bootstrap-social": "~4.8.0",
|
||||
"flot.tooltip": "~0.8.4"
|
||||
}
|
||||
|
||||
@@ -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,7 +1127,8 @@
|
||||
<!-- 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