|
@@ -188,6 +188,7 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter)`.
|
|
|
* `useCurrentPage`: if set to true the method will return the data only in the current page.
|
|
* `useCurrentPage`: if set to true the method will return the data only in the current page.
|
|
|
* `includeHiddenRows`: if set to true the method will include the hidden rows.
|
|
* `includeHiddenRows`: if set to true the method will include the hidden rows.
|
|
|
* `unfiltered`: if set to true the method will include all data (unfiltered).
|
|
* `unfiltered`: if set to true the method will include all data (unfiltered).
|
|
|
|
|
+ * `formatted`: get the formatted value from the defined [formatter](https://bootstrap-table.com/docs/api/column-options/#formatter).
|
|
|
|
|
|
|
|
- **Example:** [Get Data](https://examples.bootstrap-table.com/#methods/getData.html)
|
|
- **Example:** [Get Data](https://examples.bootstrap-table.com/#methods/getData.html)
|
|
|
|
|
|