Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.23 KB

File metadata and controls

52 lines (28 loc) · 1.23 KB

react-bs-datatable / components/TableHeader / TableHeaderClasses

Interface: TableHeaderClasses

components/TableHeader.TableHeaderClasses

This is an interface for customizing the classes for the TableHeaderClasses component.

Table of contents

Properties

Properties

th

Optional th: string

The class for all th tags inside each tr tag.

Defined in

components/TableHeader.tsx:33


thead

Optional thead: string

The class for the thead tag.

Defined in

components/TableHeader.tsx:29


tr

Optional tr: string

The class for all tr tags inside tbody.

Defined in

components/TableHeader.tsx:31