Jive Turkey
Jive Turkey
I have an example for what I think is happening: https://live.bootstrap-table.com/code/j1v37u2k3y/10446 The expected behavior once we click the load button is that the `filterBy` would load the "Item 3" item....
@djhvscf right I agree what else needs to be provided? Do we need to setup something else?
@djhvscf The button is defined incorrectly it should be "filter". The code that is not working correctly is this: ``` $(function() { $button.click(function () { $table.bootstrapTable('filterBy', {name:['Item 3']}) }) })...
@djhvscf I am curious as well what the status is of this issue. Thanks!