On Feb 29, 7:36 am, Michael Leibman <
michael.leib...@gmail.com> wrote:
> Filtered items are exposed by the DataView via the "getItem(index)" and
> "getLength()" methods.
thank you, am a bit allergic to getters, coming from the java
world :-)
it would be nice to be able to access the whole array though, I could
display things all at once or calculate things like the data extent
without having to copy the whole array.
Next I want to understand how grouping works, that could be useful.