Sets the table headers.
Table headers(List<String> headers) { _headers.clear(); _headers.addAll(headers); return this; }