Getting rows in a specific RowGroup

Getting rows in a specific RowGroup

Loren MaxwellLoren Maxwell Posts: 387Questions: 94Answers: 10
edited April 2019 in Extensions

Is there any way through the API to get the rows for a certain rowgroup?

For example, if I were to click on a rowGroup row could I somehow use rows().count or even rows().every() or something similar for only the rows in that rowGroup?

I don't see that as part of the API, but thought I'd ask.

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    Answer ✓

    Hi @""Loren Maxwell" ,

    You get it on the draw on the startRender, but not afterwards. Though, you can use filter() (see the examples on that page) to grab the matching rows again.

    Cheers,

    Colin

This discussion has been closed.