This adds an expand all button to the three existing tables with expansion.
The builtin getAllRowsExpandedProps checkbox doesn't do what we want it to. It doesn't keep state across pages, and it doesn't work for subtables. It also tends to get confused and have checked be collapsed and unchecked be expanded, so I wrote the logic on my own. Please let me know if there's a better way to do this! I feel like I'm passing too many things into the table.
This adds an expand all button to the three existing tables with expansion.
The builtin getAllRowsExpandedProps checkbox doesn't do what we want it to. It doesn't keep state across pages, and it doesn't work for subtables. It also tends to get confused and have checked be collapsed and unchecked be expanded, so I wrote the logic on my own. Please let me know if there's a better way to do this! I feel like I'm passing too many things into the table.
Closes #271