robsontenorio/vue-api-query

groupby support

Closed this issue · 1 comments

Does this package support groupby method?

Hi @sajjad5221! This package doesn't support groupBy since it's query builder is only used to make requests to your backend. What I suggest you is to use a package like collect.js to handle the fetched data :)