Open 2IhsanWp opened 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
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