Hi,
I am not sure if anybody is still interested in this, but I had the same issue and I have solved looking into program:
Package: SBSPEXT_HTMLB
BSP: SBSPEXT_HTMLB
Page: TableViewFixedColumns.bsp
The key lies in setting the width in the tableViewColumn to 100.
<htmlb:tableViewColumn columnName = "carrid"
fixedColumn = "TRUE"
onCellClick = "onCellClick"
verticalAlignment = "top"
edit = "true"
width = "100"
sort = "true" />
Best regards,
Guillermo