Wix Table CSS Sticky Header And Conditional Color Changes

Question:
Hello all, I am playing around with a custom backend and am curious if it’s possible to incorporate a sticky header for the wix table? There is no option for this effect in wix studio and I have tried incorporating custom CSS (even global CSS) logic but it does not work as intended. In addition, is it possible to style certain cells of the table with different colors depending on the text value inside certain cells? I have done this in custom web applications with react for example but no luck with wix.

Product:
Wix Studio

What are you trying to achieve:
Conditional formatting for the wix table element that includes the following:

  1. Sticky header
  2. Changing specific column cell UI depending on cell data values

What have you already tried:
.table_header { position: sticky; top: 0; }

  • Adding css to columns js logic to render

Additional information:
I feel as if this is self explanatory but if you need more information or have any questions, please let me know.