Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] GridTableViewer Sorting

I am using a GridTableViewer and I am trying to get sorting to work with the viewer.   I have set a ViewerSorter by calling the .setSorter method on the GridTableViewer but none of the columns have a sort indicator on them and clicking on a column does not seem to change the sorting based upon my Sorter implementation.
 
Is there any other steps I need to do  in order for sorting to work?
 
Thanks,
 
Marty

Back to the top