Adding CSS to only certain cells in an oj-table.
Summary:
Hi,
I have an oj-table which is populated by an ADP. One of the columns' values of this table are to be edited by the user. I want to give some kind of visual hint on the cells of that column which have not been filled in yet (like adding a red border on the cells) without using any formValidator or table's edit row events.
I tried adding a placeholder value in the oj-input-number contained inside the template and also tried overriding the css variables for the text fields that are put in the table:
However, it seems that oj-table overrides any kind of css that is applied to its fields.
Tagged:
0