@@ -17,7 +17,7 @@
- [enh] Add a toggle pagination toolbar button.
- [enh] Add `iconSize` option.
- [enh] Add `buttonsAlign` option and update `toolbarAlign` option.
-- [enh] Add prepend and insertRow methods.
+- [enh] Add `prepend`, `insertRow` and `toggleView` methods.
### 1.5.0
@@ -219,4 +219,4 @@
### 1.0.0
-* Initial release
+* Initial release
@@ -171,5 +171,12 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
<td>none</td>
<td>Toggle the pagination option.</td>
</tr>
+ <tr>
+ <td>toggleView</td>
+ <td>none</td>
+ <td>Toggle the card/table view.</td>
+ </tr>
+ </tbody>
+</table>
</tbody>
</table>
@@ -171,5 +171,10 @@ Sintaxis para llamar a un método: `$('#table').bootstrapTable('method', paramet
<td>Habilita y deshabilita la paginación.</td>
@@ -171,5 +171,10 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.