|
@@ -342,7 +342,7 @@
|
|
|
</label>
|
|
</label>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="bs-example">
|
|
<div class="bs-example">
|
|
|
- <table id="table-pagination" data-toggle="table" data-url="data2.json" data-height="246" data-pagination="true" data-search="true">
|
|
|
|
|
|
|
+ <table id="table-pagination" data-toggle="table" data-url="data2.json" data-height="400" data-pagination="true" data-search="true">
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th data-field="state" data-checkbox="true"></th>
|
|
<th data-field="state" data-checkbox="true"></th>
|
|
@@ -491,7 +491,7 @@
|
|
|
$('#table-javascript').bootstrapTable({
|
|
$('#table-javascript').bootstrapTable({
|
|
|
method: 'get',
|
|
method: 'get',
|
|
|
url: 'data2.json',
|
|
url: 'data2.json',
|
|
|
- height: 300,
|
|
|
|
|
|
|
+ height: 400,
|
|
|
striped: true,
|
|
striped: true,
|
|
|
pagination: true,
|
|
pagination: true,
|
|
|
pageSize: 50,
|
|
pageSize: 50,
|