Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Expose DtTableDataSource's _renderData #497

Closed
myieye opened this issue Jan 28, 2020 · 0 comments · Fixed by #499
Closed

Expose DtTableDataSource's _renderData #497

myieye opened this issue Jan 28, 2020 · 0 comments · Fixed by #499
Assignees

Comments

@myieye
Copy link
Contributor

myieye commented Jan 28, 2020

Feature Request

Summary

In order to lazy-load paginated table data, I need to know which rows are on the current page. DtTableDataSource's api doesn't currently support that.

This information is currently hidden in the private field _renderData.

@myieye myieye added the feature label Jan 28, 2020
tomheller added a commit that referenced this issue Jan 28, 2020
In order to give programmatic access to the data that is currently being rendered in the table, we should expose the renderedData BehaviourSubject.

Fixes #497
tomheller added a commit that referenced this issue Jan 29, 2020
In order to give programmatic access to the data that is currently being rendered in the table, we should expose the renderedData BehaviourSubject.

Fixes #497
@tomheller tomheller self-assigned this Jan 31, 2020
ffriedl89 pushed a commit that referenced this issue Jan 31, 2020
In order to give programmatic access to the data that is currently being rendered in the table, we should expose the renderedData BehaviourSubject.

Fixes #497
github-actions bot pushed a commit that referenced this issue Jan 31, 2020
In order to give programmatic access to the data that is currently being rendered in the table, we should expose the renderedData BehaviourSubject.

Fixes #497
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants