[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: KTable, any comment?
|
The other things you may have to consider is that,
if your data is huge, sorting on the fly in your program may
takes long. You may need to use separate thread and
also give users some indication that work is in progress.
Otherwise, if user moves or shift windows, it will have ugly faces!
R.
"Robert B" <oh1226@xxxxxxxxxxx> wrote in message
news:fs9sdj$sdp$1@xxxxxxxxxxxxxxxxxxxx
>
> "Carfield Yim" <carfield@xxxxxxxxxxxxxxx> wrote in message
> news:0557ed47a706ab339e20e2d6c3c20857$1@xxxxxxxxxxxxxxxxxx
>> Say we are going to move the sorting/filtering to datasource level, the
>> implementation should be like implement a listener at column header, when
>> user click the column header, run a sort/filter function at datasource
>> level, then redraw the table, right?
>
> If that does not work, try removeAll(), layout(), etc.
>
> R.
>