headers property

headers property

List of id attribute values for header cells. See the headers attribute definition in HTML 4.01.

Definition:

@property
def headers(self):
    ...
@headers.setter
def headers(self, value):
    ...

See Also