Hello,
I’ve got some trouble with the table component.
1st problem:
the column headers aren’t displayed although
getColumnHeader()
returns them correctly. but when i reorder the columns they DO appear in the drag-and-drop column-placeholder.
2nd problem:
the columns do not properly synchronize with the header row, so the body colums are always wider than the according header-column. perhaps this is a consquence of the column-headers not being drawn?!
for info: the table’s added as a tab to a tabsheet and the tabsheet should use the available width and height of the browser’s window.
Here is a picture to show what i mean