Skip to content
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

Add APIs for refreshing individial items in collections #3826

Closed
2 tasks done
Jacalz opened this issue Apr 15, 2023 · 1 comment
Closed
2 tasks done

Add APIs for refreshing individial items in collections #3826

Jacalz opened this issue Apr 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Jacalz
Copy link
Member

Jacalz commented Apr 15, 2023

Checklist

  • I have searched the issue tracker for open issues that relate to the same feature, before opening a new one.
  • This issue only relates to a single feature. I will open new issues for any other features.

Is your feature request related to a problem?

This was discussed on the call yesterday. There are a few cases where you know which item index needs a refresh but the only way to refresh it is to refresh the whole collection using .Refresh(). We should add an API to refresh individual items in collections (cells in Table, rows in List and so on). As a bonus, the collection widget can be smart and avoid a refresh if the item is not currently visible.

Is it possible to construct a solution with the existing API?

It should be possible

Describe the solution you'd like to see.

Add an API to refresh individual items in collections (cells in Table, rows in List and so on).

@andydotxyz andydotxyz added this to the Dalwhinnie (May/June 2023) milestone Apr 18, 2023
@andydotxyz andydotxyz added the enhancement New feature or request label Apr 18, 2023
@SMQuazi SMQuazi mentioned this issue Jul 5, 2023
3 tasks
@andydotxyz
Copy link
Member

This is completed for v2.4.0 :)

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

No branches or pull requests

2 participants