Yes. You are right. I used 0.7.3 only.  I cleaned up my sdk workspace.
Downloaded it again. I see correct event in the SDK.

I must have messed it while trying to figure out my sorting problem.
My apoligies again for spam. Thanks for invaluable time.

Thanks.
Kanugula.


kanugula wrote:
> 
> Hello,
> 
> Qooxdoo 0.7.3
> IE 6
> Windows XP
> 
> The Remote Table sorting is not working. Nothing happens when you sort.
> I have looked at Remote Table's sortByColumn method. It is not functional
> like Simple Table Model which makes sense from the following code
> 
> Remote.js
> =======
> // overridden
>     sortByColumn : function(columnIndex, ascending)
>     {
>       if (this._sortColumnIndex != columnIndex || this._sortAscending !=
> ascending)
>       {
>         this._sortColumnIndex = columnIndex;
>         this._sortAscending = ascending;
> 
>         this.clearCache();
> 
>         // Inform the listeners
>        
> this.createDispatchEvent(qx.ui.table.ITableModel.EVENT_TYPE_META_DATA_CHANGED);
>       }
>     }
> 
> Should I override it and call the super method and implement by own logic
> by calling RPC backend?
> 
> Thanks.
> Kanugula.
> 

-- 
View this message in context: 
http://www.nabble.com/Remote-Table-sorting-doesn%27t-work-tp15234469p15299044.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to