Locked column visual rendering - Ext JS

The styling applied to cells in locked columns means that they are higher than cells in non-locked columns, so they get out of step:

Locked column visual rendering - Ext JS

Also, what is locking supposed to do? I can still move the column and resize it???????
  # 2  
03-01-2007, 12:36 PM

Are you using an old stylesheet?

If your data can vary in height, then you need to turn on row height sync. {enableRowHeightSync:true}

Locking makes them "locked" like the headers, meaning they don't scroll (horizontal).
  # 3  
03-01-2007, 12:59 PM

I'm using ext-all.css. All my rows are the same height - I'm not fiddling about with any styles.

In fact, the unlocked rows shrink in height, not the locked ones growing hock:

你可能感兴趣的:(css,ext)