Total rows/columns in tables

I want to use the Plot.ly’s table display to show data, including marking some rows as being aggregation rows, eg. ‘total income’.

Typically this would mark the row or column as bold. Is this possible?

If you mean these,

yep, it’s possible. Use the HTML tag <b> for bold. Ie, “<b>Total Income</b>”.