first method

Place the column "first" in the table.

Implementation

ColumnDefinition first() {
  _isFirst = true;
  return this;
}