I want to create a table, for example, that has 3 column headers but only shows two columns and hiding the 3rd.
The last column is fixed and used to hide/show columns like most of applications do by clicking it and showing a popup menu.
Cheers
probably I didn't describe clearly. I know removeColumn/addColumn. By clicking on the table header, i can add column or remove them. However what I am curious is that a dedicated column header at the most right corner of the table header, which is fixed, small width and with descriptive table-like icon. So, by left mouse clicking this column header, a popup menu shows up for hiding/showing columns.This column header doesn't actually have column or rows but the header, like JDownloader does.