[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: Table with paging

Ivan wrote:
Hi all, I have an application that shows in a Table a quite large amount of data. Till now I let the Table to be "scrollable", but I would like to introduce a sort of paging (for example, the Table shows only 10 rows and then with two buttons NEXT and PREV the user can look at the data) but I am not able to find some help/snippet to do it.
Does anybody have some idea? Does anybody already implemented something like that?


Thanks in advance.

Ivan


We have been wanting to doing so and the TableViewer even with VIRTUAL is harder to program than Swing's table. We however have found KTable and it is much easier to doing this kind of work.

-Don