User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910
Hi,
Newbie question: can anyone give a hint what would be the best way to
add a totals row to a JFace TableViewer? I was thinking of either
adding an additional row via the table's ViewContentProvider, but seems
like there's no good way to visually differentiate this last row in the
table (i.e. make text bold and change background color), or add separate
text fields below the table area, but then these won't resize if a user
resizes column widths..