Freeze a column in a table

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 :mage:

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.