They can be custimzed with theme.css
And i bet there is a complex list of selectors that could get this to work. but its mostlikely gonna be more complexe than the one i made for datepicker. While my "sticky canvas" solution isnt all that complicated
damn, Java Docs are well documented. But this? how are you even doing it.
Css magic and inspector
Thank you very much, Zack. Appreciate the information!
Can you please elaborate on how itās possible in Vision?
Iām searching the forum, but couldnāt find anythingā¦
Iām in need to freeze the first 8 rows in a power tableā¦
Sorry, didnāt realize on your question. Rows? well Iām sure it is posible with rows but it should be. Freezing columns is well known in oracle devs, this was my reference How to freeze row and column in JTable ā oracle-tech. I remember I did this with the power table and works just fine. Just translate it to Jython and have fun.
Iāve implemented a working solution using CSS.
As shown in the screenshots, you need to configure the column with position
, left
, and background-color
settings.
Make sure to also add the CSS to the stylesheet.
@Inductive Automation, please update the global stylesheet to include default CSS for sticky classes. This will ensure that using only position: sticky
in selection will function as expected.