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

How to modify filtering query params?

Open milano-slesarik opened this issue 4 years ago • 0 comments

I use this component with django-rest-framework. The problem is that drf uses very different parameters than this.

For example, when I want to sort by code, the url needed by drf looks like this:

.../?code__icontains

Is it possible to force this component to build URL this way?

milano-slesarik avatar Oct 19 '19 13:10 milano-slesarik