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
When table with pageScrolling is enabled with pageSize say 20 or 30.
On scrolling to 2nd page , the data loads with next set of rows.
Now at this state, filtered rows are not getting displayed in the table
Observation: datasource model is getting updated correctly with filtered rows, but the view is not updated.
Expectation: The table has to render correct rows based on filter no matter on which page we are.
Can you handle that on the application side
No
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
Angular: 15
Core /platform: 0.43.17
If this is a bug, please provide steps for reproducing it; the exact components you are using;
In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.
NA
Did you check the documentation and the API?
Did you search for similar issues?
Is there anything else we should know?
Pls note this issue works fine in 0.41.1-rc.7 but not working in 0.43.17 , hence regression
I think view is not getting updated based on dataSource of the table in this case.
The filtered results works fine when user is not moving to other pages other than 1st page,
The text was updated successfully, but these errors were encountered:
The datasource swapping should not cause this issue, but it causes, I agree. But also, this is not how rows should be filtered. You should set filters on provider and that's how it should update the items which are rendered, not entirely swapping out the full data source
Hi @N1XUS , This issue #11002 is again replicable after fix for #11057, pls find the stackblitz link
Here pls follow below steps to reproduce the issue
Use above stackbliz
Click on filter results button
notice table has only one record
Now click on undo filter table button where we are again binding all 60 rows in table
Notice that only 2nd page records starting from 30 to 59 are getting binded in the table.
The table is not showing first page records at all.
Please help as this was a customer issue which was fixed.
Thanks.
Is this a bug, enhancement, or feature request?
Bug
Describe your proposal.
When table with pageScrolling is enabled with pageSize say 20 or 30.
On scrolling to 2nd page , the data loads with next set of rows.
Now at this state, filtered rows are not getting displayed in the table
Observation: datasource model is getting updated correctly with filtered rows, but the view is not updated.
Expectation: The table has to render correct rows based on filter no matter on which page we are.
Can you handle that on the application side
No
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
Angular: 15
Core /platform: 0.43.17
If this is a bug, please provide steps for reproducing it; the exact components you are using;
Pls note this issue works fine in 0.41.1-rc.7 but not working in 0.43.17 , hence regression
Screen Recording 2023-11-24 at 3.39.42 PM.mov.zip
Please provide relevant source code (if applicable).
Please provide stackblitz example(s).
stackblitz
In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.
NA
Did you check the documentation and the API?
Did you search for similar issues?
Is there anything else we should know?
Pls note this issue works fine in 0.41.1-rc.7 but not working in 0.43.17 , hence regression
I think view is not getting updated based on dataSource of the table in this case.
The filtered results works fine when user is not moving to other pages other than 1st page,
The text was updated successfully, but these errors were encountered: