Replies: 1 comment
-
+1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a tree-like data like this :
These tree data is loaded on a list screen based on the value of query parameter 'prefix'.
For example, if prefix=folderA, the list screen will only display :
And if prefix=folderB/childB2, it will display :
etc.
Now, if I use the filter feature while prefix is not empty, it will load a new URL with
filter
parameter without including theprefix
parameter. How do I include theprefix
parameter when filtering?Beta Was this translation helpful? Give feedback.
All reactions