sorting datagrids

Bob Sneidar bobsneidar at iotecdigital.com
Thu Jun 30 19:21:17 EDT 2022


Sure there is! 

put the dgProp ["columns"] of group myDatagrid into tGridColumns
sort tGridColumns ascending
set the dgProp ["columns"] of group myDataGrid to tGridColumns

I would store the original sort order first though so you can recover. 

Bob S


> On Jun 30, 2022, at 15:59 , Hershel F via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> Hi all, is there any way of sorting a data grid horizontally?
> thanks a mill.




More information about the use-livecode mailing list