I am using the Simple table model for my other tables. I don“t want to change the quooxdoo files to extend the sortable functionality. So i would rather use the Remote table model. But how do i add rows to my table using that model? Is their any example using the Remote table model?
Cheers, Gerd > On 6/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> Hi, >> >> is there a way to make a column inside a table non sortable? If not can i >> make the whole table unsortable? > > This depends on the table model you are using. In the default Simple > table model, all columns are sortable. You can extend that model, > however, and allow selecting which columns are sortable. As an > example, look at the Remote table model which adds a > setColumnSortable() method. > > Cheers, > > Derrell > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
