[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: Table with paging
|
Does Table do this automatically with Page-Up Page-Down,
up-arrow and down-arrow? If this doen't work, you can add
key listeners to Table and handle events manually.
Regards.
"Ivan" <zorziivan83@xxxxxxxxxxx> wrote in message
news:0838f0debb995f0cd29b745f2c1149c4$1@xxxxxxxxxxxxxxxxxx
> 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