Skip to content

notifyDataSetChanged() do not call onBindLeftTopHeaderViewHolder but does to every other header #47

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

Closed
vyguera opened this issue Jan 14, 2020 · 1 comment

Comments

@vyguera
Copy link

vyguera commented Jan 14, 2020

I am implementing a sort action when clicking on any column header. What also concerns top left corner header.

Table is sorted by top left corner header by default. If user clicks on any other column header, table becomes sorted by that column. I maintain the visibility of a drawable on headers to show if it is sorting ascending or descending

When playing between column headers everything works correctly. This is, if I click on any column header onBindHeaderColumnViewHolder is called and this drawable is removed from previous column and turns visible on new column header. But drawable is never removed from top left corner header as onBindLeftTopHeaderViewHolder is never called too.

vyguera pushed a commit to vyguera/AdaptiveTableLayout that referenced this issue Jan 14, 2020
@vyguera
Copy link
Author

vyguera commented Jan 14, 2020

This is solved on pull request #41.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant