headers method

Td headers(
  1. String h
)

Implementation

Td headers(String h) {
  attr('headers', StringAttribute(h));
  return this;
}