|
<< Click to Display Table of Contents >> Navigation: Telegram > 2023 > 04 > 07 > Telegram_2023-04-07T21 |
2023-04-07T21:18:02
You can decorate Column, Rows, etc. Use OnRenderCell:
type: pre if (ARow = 0) and (AColumn in [1]) then
ACell.Css := 'text-center'
else
ACell.Css := ' '; language: