You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
childA1
childA2
childA3
And if prefix=folderB/childB2, it will display :
childB2X
childB2Y
childB2Z
etc.
Now, if I use the filter feature while prefix is not empty, it will load a new URL with filter parameter without including the prefix parameter. How do I include the prefix parameter when filtering?
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?Originally posted by @juliardi in #2819
The text was updated successfully, but these errors were encountered: