applying inputText searchable on detailRow feature #738
Unanswered
MuhammadTanvir
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I believe it is currently not possible. Maybe this can work if we use model scope in the filters |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Is there is any possibilty to make inputText searchable on detailRow feature. For example, I have articles table which have parent and child category. Initially the table shows all parent categories and child categories will show when I click expand the specific parent category.
on the datasource I fatch the parent articles and on the details row I loop through all the child categories
But child categories are not showing when I seach by name or other fileds. So, how can I search the child categories info?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions