2

enter image description hereI 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

Peter O.
  • 32,158
  • 14
  • 82
  • 96
  • 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 Answers1

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