rubanraj54 / vue-bootstrap4-table

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

Dynamic dropdown filter modification #93

Open moroq opened 3 years ago

moroq commented 3 years ago

Hi, thanks for wonderful component. Struggling with issue: I have equipment list, displaying it with vue-bootstrap4-table. There is "Make" column. On first load I'm requesting makes list from server and put it to table field object. But when I create new element with new make - how do I correctly push new make to dropdown?