Makes the column identified by columnId visible.
columnId
Returns whether the visibility change was accepted.
bool showColumn(String columnId) { return _requireAttached(_setColumnVisible).call(columnId, true); }