| Page 1 of 1 | [ 2 posts ] |
|
I'm using a local data source for my dataTable and i'd like each record in the recordSet to reference the real data as apposed to a shallow copy.
|
Alberto SantiniYUI Contributor
|
Hello alanpika_au.
http://developer.yahoo.com/yui/docs/YAH ... od_getData For instance, ... products = myDataTable.getRecordSet(); nProducts = products.getLength(); for (i = 0; i < nProducts; i = i + 1) { prods[i] = products.getRecord(i).getData("symbol"); // myObject = products.getRecord(i).getData(); // then you can get data myObject.myProperty ... Hope that helps, IceBox |
| Page 1 of 1 | [ 2 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group