Formating a row
Formating a row
Hi all,
I have a datatable with dynamic columns, I'd like to know how can I format the row based on some rule, example:
I have a lot of rows, but, the rows that have a column with the values HB, HBJ, HL should be with strong font. Remember that I have 4 fixed columns and variable columns with values for each month (the months are selectable by the users).
ex:
Name, Operator, Shortcut, Code, Jan, Fev, ...
Name, Operator, Shortcut, Code are fixed.
The other are selectable by the user.
I have a datatable with dynamic columns, I'd like to know how can I format the row based on some rule, example:
I have a lot of rows, but, the rows that have a column with the values HB, HBJ, HL should be with strong font. Remember that I have 4 fixed columns and variable columns with values for each month (the months are selectable by the users).
ex:
Name, Operator, Shortcut, Code, Jan, Fev, ...
Name, Operator, Shortcut, Code are fixed.
The other are selectable by the user.
This discussion has been closed.