This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
After removing all elements from datagrid, the view is not rendering newly added rows #5595
Unanswered
KalinNikolov
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The stackblitz seems to have some issues, I'm not seeing Clarity styles applied or any rows of data in the first datagrid. Can update with a working, simplified POC for what you are trying? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using clarity v4.0.11 with angular v10.0.2.
I have two datagrid components and I'm adding elements from the first datagrid to the second. I'm also removing elements from the second one. So when the second one becomes empty, the view is not updated after adding new elements to it. Here is a stackblitz --> https://stackblitz.com/edit/datagrid-add-elements?file=src/app/app.component.ts
Steps are:
Result:
Element is added, but the view is not updated.
Expected result:
Element is added and view is updated.
Anyone experiencing the same issue?
Kalin Nikolov
Beta Was this translation helpful? Give feedback.
All reactions