resizing datagrids on mobile

Bob Sneidar bobs at twft.com
Mon Oct 1 12:05:35 EDT 2012


We have always had that. Simply include in your array the data you want hidden, but don't include the column in the column definition. access the hidden data from the array. 

put "This is a test" into myArray[1]["column 1"]
put "I'm hidden" into myArray[1]["column 2"]
set the dgprop["columns"] of group "myDatagrid" to "column 1"
set the dgData of group "myDatagrid" to myArray

Bob


On Sep 30, 2012, at 3:14 PM, Richard Gaskin wrote:

> But for simple lists, unless you're displaying financial data the native field object works great, better now in v5.5 than ever before since we now have zero-width columns so we can include things like record IDs without having to show those to the user.





More information about the use-livecode mailing list