Hi jbv,

> Am 04.03.2025 um 18:56 schrieb jbv via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> Le 2025-03-03 16:05, Bob Sneidar via use-livecode a écrit :
>> What you are looking for is dgProp [“column widths”] which takes a comma 
>> delimited list.
>> The API for datagrid properties is here: 
>> https://lessons.livecode.com/m/datagrid/l/7343-data-grid-properties
>> Bob S
> 
> Thank you, that works.
> New question : is it possible to make sorting by column
> unavailable for a whole table datagrid ?
> Or should I loop through all columns names and set a
> specific property for each ?

...
set the dgProp["sort by column"] of group "your DG here..." to empty
...

> Thank you in advance.
> jbv

Best

Klaus
--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to