Hello John, > I have a table on a gui that has been clicked to sort one of the columns. > When I call setData (I passed clearSorting as false) on a table model, > the data on the gui widget isn't sorted anymore. > > Do I need to manually call a sort or something?
Well, if the data changed, I would not expect the table to sort the new data again so maybe you should just set the sort direction after you updated the data. Regards, Martin ------------------------------------------------------------------------------ Doing More with Less: The Next Generation Virtual Desktop What are the key obstacles that have prevented many mid-market businesses from deploying virtual desktops? How do next-generation virtual desktops provide companies an easier-to-deploy, easier-to-manage and more affordable virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
