Hi In my case I want to build a Database Application with a list or table (I am not sure which is best yet) of customers on the left side of the window. When the user clicks on a customer in the list I want to display the customer details in the same window to the right of the list.
Questions: 1) Should I use a list or table for the customer list? The text in the customer list will not be just a single field. It could be a customized combination of fields. The data will be obtained from the server in Json format 2) Should I use a store for the customer data? I have been reading the documentation and using the demo browser to see when a store should be used. I noticed that Remote table example just created a model and the code does not show the use of a store. I have seen some other examples of lists using a store. Can anyone explain when a store should be used? Thanks, Simon ------------------------------------------------------------------------------ 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
