Versions in this module Expand all Collapse all v0 v0.0.2 Nov 30, 2022 Changes in this version + type BindingConverter func(interface{}) string + type CellStyle struct + Alignment fyne.TextAlign + TextStyle fyne.TextStyle + Wrapping fyne.TextWrap type ColAttr + Converter BindingConverter + DataStyle CellStyle + HeaderStyle CellStyle + type SortingLabel struct + Button *widget.Button + Col int + Label *widget.Label + OnAfterSort func() + Sorter SortFn + State SortState + func (s *SortingLabel) OnTapped() + func (s *SortingLabel) SetState(state SortState) + func (sl *SortingLabel) CreateRenderer() fyne.WidgetRenderer v0.0.1 Nov 15, 2022 Changes in this version + func NewSortingLabel(text string) *sortingLabel + type ColAttr struct + Alignment fyne.TextAlign + Header string + Name string + TextStyle fyne.TextStyle + WidthPercent int + Wrapping fyne.TextWrap + type Header struct + type HeaderTable struct + Data *widget.Table + Header *widget.Table + TableOpts *TableOpts + func NewHeaderTable(tableOpts *TableOpts) *HeaderTable + func (h *HeaderTable) CreateRenderer() fyne.WidgetRenderer + type SortFn func(ascending bool) + type SortState int + const SortAscending + const SortDescending + const SortUnsorted + type SortingHeaderTable struct + Data *widget.Table + Header *widget.Table + TableOpts *TableOpts + func NewSortingHeaderTable(tableOpts *TableOpts) *SortingHeaderTable + func (h *SortingHeaderTable) CreateRenderer() fyne.WidgetRenderer + type TableOpts struct + Bindings []binding.DataMap + ColAttrs []ColAttr + OnDataCellSelect func(cellID widget.TableCellID) + RefWidth string