Re: [qooxdoo-devel] ColumnEditable feature in Remote Table

2008-02-01 Thread kanugula
I believe it is missing. I copied the following code from Simple.js to MyRemoteModel.js and it works. /** * Sets whether a column is sortable. * * @type member * @param columnIndex {Integer} the column of which to set the sortable state. * @param sortable {Boolean} wheth

[qooxdoo-devel] ColumnEditable feature in Remote Table

2008-02-01 Thread kanugula
Hello, I don't see setCoulmnEditable() feature for Remote Table. Is it by design or missing? I have a work around to that by creating a properties daialogue when somebody double clicks a row. But still inline editing on the Row is a nice option to the users. Thanks. Kanugula. -- View this messa