removeHeader method

void removeHeader()

Clear a header from the table.

Implementation

void removeHeader() {
  _header.clear();
}