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
