Is there a multiple child row solution?
Is there a multiple child row solution?
ignignokt
Posts: 146Questions: 4Answers: 39
I am basically looking for this - Row Grouping but all of the rows in the group becoming child rows. So if there are 250 rows but 10 groups, then you would only see 10 rows. Then hit the "+" to see the rows in that group. I did find something about making child rows, but this seems to only be for more detail about a single row rather than groups of rows.
Does a feature like this exist? Or one close that I could possibly modify? Thanks!
This discussion has been closed.
Answers
I created my desired result to an extent. I am still curious if there is a built in feature for this though. It seems like this would be a good one to make.
Just incase someone else wants to know, I added a class to all my rows with
and have anything with type child set to
display:none;
Then added: