Methods · Bootstrap Table
bootstrap-table.com › docs › apiPass 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. You can also filter with an array of values, as in: {age: 10, hairColor: ['blue', 'red', 'green']} to find data where age is equal to 10 and hairColor is either blue, red, or green.