-
Notifications
You must be signed in to change notification settings - Fork 550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to keep the sticky header after filter items? #73
Comments
…ep header also if a subItem has been filtered #73.
Hello @LuckHard, I've added the functionality for header and items with header. I've committed something, I think it is not exactly what you are looking for when headers are sticky. I will however add the other improvement in the next SNAPSHOT release or in next pre-release when I am ready. Regarding the possibility to have the results before the filter items, the only way to do it, is to duplicate the list as I suggested in the wiki: You have to pass a copy to the Adapter when you instantiate it, while during filter you have to pass the original list. |
The implemented feature in available in v5.0.0-b6. |
I'm sorry so long to reply. I tested it, it seems to work well,thanks a lot! |
Hi davideas.
Thank you for creating this project.
I have some problems. Can you help me?
I want to keep the header after filter items (when empty result),how can i do?
In addition, may I have the results of the list before filter items?
Thanks.
The text was updated successfully, but these errors were encountered: