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
Hello.
I would like to use infinite_scroll_pagination with ExpansionPanelList and ExpansionPanel. It there a solution for that need? Could you please provide some kind of example or alternative to achieve expandable list items?
Thank you
The text was updated successfully, but these errors were encountered:
Hi @szymonmazanik .
Please, help me understand what you need.
Do you want a paginated list where each item is an expandable panel or do you want each panel to have a paginated list when expanded?
Hello @EdsonBueno
Thanks for answer.
I need a paginated list where each item is an expandable panel and on top of that only one item can be expanded at one time. That's why ExpansionPanelList would be perfect for my needs.
Great!
Have you looked at this section? Maybe it can help you create a PagedExpansionPanelList on your own.
I definitely want to add this to the package but I'm not sure when I'll have the time for it.
Hello.
I would like to use
infinite_scroll_pagination
withExpansionPanelList
andExpansionPanel
. It there a solution for that need? Could you please provide some kind of example or alternative to achieve expandable list items?Thank you
The text was updated successfully, but these errors were encountered: