infinite_scroll_pagination
infinite_scroll_pagination copied to clipboard
How do I use this package with ExpansionPanelList?
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
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.
Has anyone managed to implement this?