Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSortingLabel ¶
func NewSortingLabel(text string) *sortingLabel
Types ¶
type HeaderTable ¶
type HeaderTable struct { widget.BaseWidget TableOpts *TableOpts Header *widget.Table Data *widget.Table }
func NewHeaderTable ¶
func NewHeaderTable(tableOpts *TableOpts) *HeaderTable
func (*HeaderTable) CreateRenderer ¶
func (h *HeaderTable) CreateRenderer() fyne.WidgetRenderer
type SortingHeaderTable ¶
type SortingHeaderTable struct { widget.BaseWidget TableOpts *TableOpts Header *widget.Table Data *widget.Table // contains filtered or unexported fields }
func NewSortingHeaderTable ¶
func NewSortingHeaderTable(tableOpts *TableOpts) *SortingHeaderTable
func (*SortingHeaderTable) CreateRenderer ¶
func (h *SortingHeaderTable) CreateRenderer() fyne.WidgetRenderer
Click to show internal directories.
Click to hide internal directories.