BTable filters and items props like bootstrap-vue #2166
Unanswered
david-guyomard
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
I use version 0.24.11, and i have a problem with BTable component,
Would it be possible to know if a release is planned so that the
items provider
andfilters
props of the newBTable
have the same attributes as inbootstrap-vue
package?For example, in
items provider
property, the possibility of having acontext
attribute being an object with keys "perPage", "filter", "sort", etc...Likewise for the
filters
attribute, akey => value
object to allow specific filters by field, currently only strings are available ?This should help for API support, with backend paginations, filters and sort,
Thanking you for your work, this package promises us great things to come!
Beta Was this translation helpful? Give feedback.
All reactions