Namespace form builders #449
Unanswered
mojtabaahn
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.
-
Let's imagine we have two tables inside a view. these two have different data and they have options to filter and sort their data.
with current implementation (I guess) it's not possible to have two different QueryBuilders and filtering separably based on some namespace.
for example having this
example.local/?posts[filter][title]=blog&users[filter][name]=johnis there any way to achieve different queries ?Beta Was this translation helpful? Give feedback.
All reactions