dynamic columns in Clarity version 3 Datagrid #5585
Replies: 2 comments 7 replies
-
It would help to try a stackblitz reproduction: |
Beta Was this translation helpful? Give feedback.
-
Thank you for the suggestion. I will try to use this to solve the issue. I have another issue related to this datagrid. the scenario is that api call used to fetch row data give 25 rows at a time. and next 25 for the next page and total number of rows is also present in this same api. when i use (clrDgRefresh)="nextPage($event)" to check the page change and make api call to fetch the next 25 rows in pagination section the buttons to next page disappears. The expected behaviour for the pagination section to show page second and option to goto page 1 or 3. Any suggestion or alternate way to capture page change behaviour?? to reproduce this issue in this stackblitz: https://stackblitz.com/edit/clarity-v3-dyn-columns-issue-vxy3wh?file=src%2Fapp%2Fapp.component.html
Let me know if you want me to start a new discussion on this. |
Beta Was this translation helpful? Give feedback.
-
I am trying to display columns based on user input and the column values are fetched through an API.
It works in clarity v0.10 but while migrating clarity to version 3 it is not working. Column data is present but it is not displayed.
sample code:
Column values are displayed in the hide/show popup in bottom left cornor.
Any solution on how to implement this using clarity3 datagrid?
update- columns are not visible only when row data is not present.
Beta Was this translation helpful? Give feedback.
All reactions