vue-bootstrap4-table icon indicating copy to clipboard operation
vue-bootstrap4-table copied to clipboard

How to filter and sort in server mode (question)

Open 2IhsanWp opened this issue 5 years ago • 0 comments

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

2IhsanWp avatar Apr 30 '19 09:04 2IhsanWp