I am new to clarity design framework. I have created the customized grid with dynamic column and dynamic row in Clarity design. I am trying to filter as based on the dynamic column but I am not able to get the column name in the default filter provided by Clarity instead it is getting the response data
Asked
Active
Viewed 1.4k times
2

Peter O.
- 32,158
- 14
- 82
- 96

Aravindrajan Sampathkumar
- 23
- 1
- 1
- 4
-
Hey there. I’m happy to try and help with your question. It’s hard to say what you should do without an isolated example of what your are trying to do. If you could create a small isolated example with the code your are trying I can look at it. We keep starter stackblitzes here: https://stackblitz.com/@clr-team – hippeelee Jun 16 '20 at 08:51
1 Answers
0
as @hippeelee said, it is easier with a stackblitz. But, as far as I understood, you want to use the datagrids column filtering. For the column based filtering you need to use the Smart Iterator. I am not quite sure, but it seems that you use ngFor
instead of clrDgItems
for the row loop.

Malte Jacobson
- 215
- 1
- 11
-
If the answer was part of the solution would you mind to accept the answer for further references – Malte Jacobson Aug 14 '20 at 05:04