rubanraj54 / vue-bootstrap4-table

Advanced table based on Vue 2 and Bootstrap 4 ⚡️
MIT License
219 stars 57 forks source link

Single and Multi Filter Click Not Functioning #23

Closed Chris-Pratt-Clystnet closed 5 years ago

Chris-Pratt-Clystnet commented 5 years ago

I am not quite sure when this started happening but it must of been with one of the latest releases but now when ever i click on a item in a single/multi select filter then nothing happens.

I have checked and Vue is emitting the on-select-option event but i'm guessing something is going wrong after that and the on-change-query event is not being emitted.

rubanraj54 commented 5 years ago

Hi @Chris-Pratt-Clystnet

That's right, this issues was caused because of the new feature "initializing filters before table rendering".

Thanks Chris for letting me know that. I fixed it and available in new version 1.1.1

Cheers, Ruby.