rubanraj54 / vue-bootstrap4-table

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

How to filter and sort in server mode (question) #47

Open 2IhsanWp opened 5 years ago

2IhsanWp commented 5 years ago

hai @rubanraj54

my base is url http://localhost:8081/product/list?

if i wanna multiple filter in column product_name and column color backend must receive
http://localhost:8081/product/list?product_name=smartphone&color=red

how to achieve that because onChangeQuery function update the new query param to be http://localhost:8081/product/list?filter&sort&per_page&page