Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Table › Row formatting › Reply To: Row formatting
March 7, 2023 at 10:53 am
#104491
Participant
Hi,
You may use the onCellRender callback to style each row.
The onCellRender accepts: (row: any, dataField: string, value: any, cellElement: HTMLTableCellElement)
Here is an example: https://stackblitz.com/edit/github-qf1sqv?file=src/app/app.component.ts
I hope this helps
Best Regards,
Steven Peterson
Smart UI Team
https://www.htmlelements.com/
-
This reply was modified 2 years, 8 months ago by
Steven Peterson.