[fxruby-users] fxtable and sort
Philippe Lang
philippe.lang at attiksystem.ch
Mon Jan 28 01:51:24 EST 2008
fxruby-users-bounces at rubyforge.org wrote:
> Hi: Make good progress in understanding Fxruby.
>
> I am using FXTable in my application.
> I don't see a standard function to sort colums based on double
> clicking on the header.
>
> I was looking for something in the line of
>> TABLE_SORTABLE| as a creation option
>
> and non application level sort of column value base on user click on
> header.
>
> Am I correct to understand this is not a function of FXTable within
> ruby?
Hi,
There is unfortunately no such thing in the FXRuby library. You'll have
to write this logic at the application level yourself.
It is not that hard, and by the way, I think you can find a few examples
on Internet.
Philippe
More information about the fxruby-users
mailing list