hi!
I have 2 columns SWT table.
but when I insert data (from Mysql query), it appear only in the first column.
for make it show in the second, I have to change the size of the column and then the data appear.
so right now, after every query, I change the column width automatically, and it works.
anyway, I wanna know why does it happen? and get the real solution for that problem.
-Nate