Skip to content
Advertisement

ZK: Grid with first column frozen

I have a grid with 7 columns and some rows. Every column has a fixed width (300px), so there is an horizontal scroll. I need to lock first column so that this column is excluded from scroll. In other words, I would like to start scroll from second column.

I know there is “frozen” functionality to do that but it doesn’t work. When I do scroll, all columns scroll.

Can you help me? Thanks in advance.

This is my code:

JavaScript

Advertisement

Answer

Posted a solution for this structure on your other post at: https://forum.zkoss.org/question/114033/grid-with-first-column-frozen/

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement