vue-bootstrap4-table
vue-bootstrap4-table copied to clipboard
How to filter and sort in server mode (question)
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