-
Notifications
You must be signed in to change notification settings - Fork 43
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
Reinitialize gridviewscroll when table size increase #65
Comments
Are you call undo method before fetch data? |
this is what i did AFTER data change |
Try call undo method first, then fetch data, then apply gridviewscroll |
It is undoing the gridviewscroll but not being able to reapply it. |
|
I think you can just remove the data (Table) form dom, then re-create, then apply gridviewscroll. |
an example perhaps on stackbiltz? i am using and external library for creating table (to get pagination sorting out of box) and i am using typescript version of the library on angular. I should've told you this before but little help with example would be appreciating. |
I want to reinit the gridviewscroll on pagination or number of rows per page increases. Initially the grid has only 10 rows per page on pagination or on page size dropdown change, i make http request to fetch more rows. GridViewScroll doesn't apply on the new rows added to the table (ss attached). Is there any way to reinitialize the after table data change? or there is some other way to make this work with pagination. Am i doing something wrong?
The text was updated successfully, but these errors were encountered: