Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultDataLabelStyle ¶
func DefaultDataLabelStyle(th *material.Theme) material.LabelStyle
func DefaultHeaderLabelStyle ¶
func DefaultHeaderLabelStyle(th *material.Theme) material.LabelStyle
Types ¶
type Cell ¶
type Cell func(gtx layout.Context, row, col int, labelStyle material.LabelStyle) layout.Dimensions
type Dimensioner ¶
type LabelStyle ¶
type LabelStyle func(theme *material.Theme) material.LabelStyle
type Option ¶
type Option func(*Table)
func OptDataLabelStyle ¶
func OptDataLabelStyle(value LabelStyle) Option
func OptHeaderLabelStyle ¶
func OptHeaderLabelStyle(value LabelStyle) Option
func OptHeaders ¶
func OptMinSize ¶
type Table ¶
type Table struct { Headers []Header MinSize float32 Border widget.Border Inset layout.Inset HeaderLabelStyle LabelStyle DataLabelStyle LabelStyle // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.