Adds column headers to the table. Can be called multiple times.
void addHeaders(final Iterable<String?> headers) { _columnHeaders.addAll(headers); }