-
Notifications
You must be signed in to change notification settings - Fork 760
[Datagrid] Manually updating clrDgPageSize no longer results in clrDgRefresh being triggered #1752
Comments
StateProvider.change is not broadcasting events to |
We have the same problem. The problem seems to be that the The |
Will this issue be addressed by Clarity team in upcoming releases? Or maybe is it open for contribution? It will soon become blocker issue for our project. |
@m-tomczyk |
…ve#1752) StateDebouncer calls added to the size setter. Signed-off-by: Ivan Donchev <[email protected]>
Btw, plunkr reproduction no longer working. |
StateDebouncer calls added to the size setter. Signed-off-by: Ivan Donchev <[email protected]>
…ve#1752) StateDebouncer calls added to the size setter. (cherry picked from commit c94f26b) Signed-off-by: Ivan Donchev <[email protected]>
Fixed in 0.13 and 1.0 |
StateDebouncer calls added to the size setter. Signed-off-by: Ivan Donchev <[email protected]>
Hi there 👋, this is an automated message. To help Clarity keep track of discussions, we automatically lock closed issues after 14 days. Please look for another open issue or open a new issue with updated details and reference this one as necessary. |
Expected behavior
Manually updating the clrDgPageSize should trigger a clrDgRefresh event to be fired on the table (this was how it worked in Clarity v0.9.x).
Actual behavior
Manually updating clrDgPageSize no longer triggers a clrDgRefresh event.
Reproduction of behavior
Here is a working version (v0.9.x): https://plnkr.co/edit/7PBBUqnPSopd21NCyfxU?p=preview
And here is the same code running in v0.10.x where the event is no longer fired: https://plnkr.co/edit/cl9WfX76lYlbVTh6nm2u?p=preview
Environment details
Angular version: 4.x.x
Clarity version:
OS and version: MacOS Sierra
Browser: Chrome 62.0.3202.94 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: