Robert Leach
Robert Leach
Oh, the other thing is that `onSearch` is also triggering when I uncheck the checkbox associated with `onColumnSwitchAll`, which I don't want to happen either.
E.g. how can I tell the difference between an `onSearch` event triggered by clicking the trash button (when there is no search term in the table search input field) versus...
...or an `onSearch` event triggered after a column switch event versus clicking the trash button? I feel like I must be missing something.
Here's how I have managed to work around this issue, however it uses timers, so if the user is too fast, this can fail... ``` var doingNonTableSearch = false $(jqTableID).bootstrapTable({...