"Enhanced Table" + cell CSS #365
-
Hello! If "Enhanced Table" is used, how I can apply CSS to every cell? For example, I am trying to convert this: to that: When "Document table" is used, I have no problems: I can use something like this for every "Computed column":
However, I do not understand how to achieve the same for aggregated table As a workaround, I created a "computer column" for every column. It works for now, since I have 3 columns, but when this number increases till 4000 I will get problems with this approach Maybe you can give a hint? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Well, I have no better idea than to create a computed column for each column, and so, hide each original column. I think that it is not your use case, but just in case, you can use "Rows computed CSS" to color the whole line, given some criteria above whole line. |
Beta Was this translation helpful? Give feedback.
Well, I have no better idea than to create a computed column for each column, and so, hide each original column.
But finally, as you do for Document Table.
I think that it is not your use case, but just in case, you can use "Rows computed CSS" to color the whole line, given some criteria above whole line.