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
3 Likes
damn, Java Docs are well documented. But this? how are you even doing it.
1 Like
Css magic and inspector
4 Likes
Thank you very much, Zack. Appreciate the information!
1 Like
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.