Currently, if one uses custom_columns() and then renders to html, the column titles are not aligned (this also happens in the example provided here if I replicate locally).
This PR adds the required additional cell (and makes the following two lines slightly clearer).
Currently, if one uses
custom_columns()
and then renders to html, the column titles are not aligned (this also happens in the example provided here if I replicate locally).This PR adds the required additional cell (and makes the following two lines slightly clearer).