Levure Dataview: hiding rows

2021-06-24 Thread David Bovill via use-livecode
Im exploring how to hide a row in Levure Dataview. I can delete the row and reset the dvData - but that seems overkill. On GitHub there is a mention of HideRowControl? I’m running into the limits of the documentation for Dataview. Any ideas? 📆    Schedule a call with me On 22 Jun 2021, 05:08 +0

Re: Levure Dataview: hiding rows

2021-07-01 Thread David Bovill via use-livecode
I took a look at the code to try and work out if hiding rows is a thing / supported - but find only a private handler. Trevor what is the recommended technique fir providing views of a DataView with hidden rows? 📆    Schedule a call with me On 24 Jun 2021, 12:46 +0100, David Bovill , wrote: > I

Re: Levure Dataview: hiding rows

2021-07-01 Thread Bob Sneidar via use-livecode
Delete the row data?? Bob S > On Jul 1, 2021, at 01:16 , David Bovill via use-livecode > wrote: > > I took a look at the code to try and work out if hiding rows is a thing / > supported - but find only a private handler. > > Trevor what is the recommended technique fir providing views of a

Re: Levure Dataview: hiding rows

2021-07-01 Thread David Bovill via use-livecode
Thanks Bob - I’ll go ahead and do that. In the documentation for DataViews there is some mention of “hiding” and “HideRowControl”  - so I wanted to check that there is not a better way. For now I’ll keep the original data and then set the dvData of what I need to different filtered arrays. 📆