Is it possible either through the editor or custom code to change a table columns background to be a specified color?
Hi @Larry_Keen
Yes. You can set a background color for entire rows directly in the Table settings using Row background color , including dynamic expressions.
There isn’t currently a visual setting for individual column backgrounds. As a workaround, you can target the required column with custom CSS added through App Code . Please note that this relies on the column’s position, which may change if columns are reordered or checkbox/action columns are enabled.
Hi @Kate
Thanks for the information.
I am in the works of making a system that will allow an admin to have a color picker menu that dynamically lists all the table colors based on headers. On enter it calls a JS helper script that goes in and changes the css elements, then will save the colors in a table for future lookup when the page loads. It is currently still in progress and will need some testing to make sure column positioning is taking into account or worked around.