Methods · Bootstrap Table
https://bootstrap-table.com/docs/api/methodsThere are multiple ways to filter: Leave the options blank to use the and filter. Set the filterAlgorithm (see at parameter) to or to use the or filter. Pass a function to the filterAlgorithm (see at parameter) to use a custom filter. Filter Algorithm. And. Filter {age: 10} to show the data only age is equal to 10.
Plunker
https://embed.plnkr.co › ...bootstrapTable('refreshOptions', { data: data, detailView: false, ... "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, ...
Table Auto Refresh · Bootstrap Table
bootstrap-table.com › docs › extensionsAttribute: data-auto-refresh-status. type: Boolean. Detail: Set true to enable auto refresh. This is the state auto refresh will be in when the table loads. Clicking the button toggles this property. This is simply the default state of auto refresh as the user can always change it by clicking the button. Default: true.
Methods · Bootstrap Table
bootstrap-table.com › versions › 1getData. Parameter: params. Detail: Get the loaded data of table at the moment that this method is called. 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. Example: Get Data.