fin-hypergrid / fin-hypergrid/core
Render cell content asynchronously
Open
- Dominant language
- JavaScript
- Stars
- 907
- Forks
- 139
- PR merge metrics
- No merged PRs in 30d
Description
I want to use the grid to render a lot of rows where some columns contains dynamically generated content. The content of these cells are dynamically generated from a server fetch, which means the rendering must be continued somewhat later when the fetch promise has finished. Second, when the cell is out of view the fetched result should not be rendered any more. Is this possible?
Contributor guide
Assessment
This issue has not been assessed yet.