I have tried to set expandable cell inside the expandable cell in table view cell, Is this possible to set?
My requirement is in TableView like this.
ex:
Name1
Age
25
Name2
Age
27
Name3
Age
28
I have tried to set expandable cell inside the expandable cell in table view cell, Is this possible to set?
My requirement is in TableView like this.
ex:
Name1
Age
25
Name2
Age
27
Name3
Age
28
You can use RATreeView for expandable cell as you want. RATreeView can expand cell as you want.
Yes, it is possible to achieve this. You can look into these github Projects for further details :
Also a very good explaination of this can be found in this stackoverflow's post.