|
@@ -80,14 +80,14 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
|
|
|
<td>showRow</td>
|
|
<td>showRow</td>
|
|
|
<td>params</td>
|
|
<td>params</td>
|
|
|
<td>Show the specified row. the param contains following properties:
|
|
<td>Show the specified row. the param contains following properties:
|
|
|
- index: the row idenx or the idField.
|
|
|
|
|
|
|
+ index: the row index or the idField.
|
|
|
isIdField: Boolean to indicates if index is the idField od the row or not.</td>
|
|
isIdField: Boolean to indicates if index is the idField od the row or not.</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>hideRow</td>
|
|
<td>hideRow</td>
|
|
|
<td>params</td>
|
|
<td>params</td>
|
|
|
<td>Hide the specified row. the param contains following properties:
|
|
<td>Hide the specified row. the param contains following properties:
|
|
|
- index: the row idenx or the idField.
|
|
|
|
|
|
|
+ index: the row index or the idField.
|
|
|
isIdField: Boolean to indicates if index is the idField od the row or not.</td>
|
|
isIdField: Boolean to indicates if index is the idField od the row or not.</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|