Versions in this module Expand all Collapse all v1 v1.0.0 Jul 21, 2026 Changes in this version + type ColumnView struct + func NewColumnView(headers []string, widths []float32, enableCheck bool) *ColumnView + func (cv *ColumnView) AddRow(row []string) + func (cv *ColumnView) CreateRenderer() fyne.WidgetRenderer + func (cv *ColumnView) ListAll() []SelectRow + func (cv *ColumnView) ListSelectedFirstColumn() []SelectRow + func (cv *ColumnView) RefreshBody() + func (cv *ColumnView) RemoveAll() + func (cv *ColumnView) RemoveSelected() + func (cv *ColumnView) UpdateColumnItem(rowIndex int, colIndex int, value string) + func (cv *ColumnView) UpdateItem(rowIndex int, value []string) + type SelectRow struct + Data []string + ID int