We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm trying to figure out if there is a way to access the rowsOnPage variable?
When the user navigates away from the page, I want to capture how many rows they've chosen to display.
For example: If I came to the page and the page and the default was 5 > then I changed the display to show 10 > then I navigated away from the page
I'd want to know what the last RowsOnPageSet selection was. I'm just having trouble accessing that variable within the directive/component.ts
Any help would be appreciated!
The text was updated successfully, but these errors were encountered:
I also got same problem.
Did you find any solution @COLTstreet ?
Sorry, something went wrong.
I am facing the same issue.
I need to access activePage and rowsOnPage when the user changes any of the value.
Is there any solution ?
No branches or pull requests
Hi,
I'm trying to figure out if there is a way to access the rowsOnPage variable?
When the user navigates away from the page, I want to capture how many rows they've chosen to display.
For example: If I came to the page and the page and the default was 5 > then I changed the display to show 10 > then I navigated away from the page
I'd want to know what the last RowsOnPageSet selection was. I'm just having trouble accessing that variable within the directive/component.ts
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: