Is there a way to specify the color of the arrows in collapsed/expanded group rows? Also, what CSS code should I use to define the font color for column group summaries?
You can view an example of what I am trying to customize here: https://jsfiddle.net/saleyn/a6hyxe24/74/
#equity-table .tabulator-footer {
background-color:#333;
color:#BBB;
font-weight: normal !important;
}
In the provided snippet, the "grand total" calculations' color was altered. How can I modify the color of sub-total group summaries?