rubanraj54 / vue-bootstrap4-table

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

Error in callback for watcher "query.filters": "TypeError: Cannot read property 'toString' of null" #49

Closed shivanaru closed 5 years ago

shivanaru commented 5 years ago

If a column has null values, then adding a column filter on that column throws an error: Error in callback for watcher "query.filters": "TypeError: Cannot read property 'toString' of null".

rubanraj54 commented 5 years ago

Hi @shivanaru ,

Thanks for reporting the issue. I've fixed this issue in develop branch.

Cheers, Ruby.

shivanaru commented 5 years ago

Great! Thanks!