JavaScript UI Libraries & Blazor Components Suite – Smart UI › 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 1 year, 11 months ago by
Steven Peterson.