You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
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
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
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
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
.The text was updated successfully, but these errors were encountered: