Getting rows in a specific RowGroup
Getting rows in a specific RowGroup
Loren Maxwell
Posts: 406Questions: 99Answers: 10
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
This discussion has been closed.
Answers
Hi @""Loren Maxwell" ,
You get it on the draw on the
startRender
, but not afterwards. Though, you can usefilter()
(see the examples on that page) to grab the matching rows again.Cheers,
Colin