MCPcopy Index your code
hub / github.com/lxn/walk / ColumnSortable

Method ColumnSortable

reflectmodels.go:236–242  ·  view source on GitHub ↗
(col int)

Source from the content-addressed store, hash-verified

234}
235
236func (m *reflectTableModel) ColumnSortable(col int) bool {
237 if sorter, ok := m.dataSource.(Sorter); ok {
238 return sorter.ColumnSortable(col)
239 }
240
241 return true
242}
243
244func (m *reflectTableModel) SortChanged() *Event {
245 if sorter, ok := m.dataSource.(Sorter); ok {

Callers

nothing calls this directly

Calls 1

ColumnSortableMethod · 0.65

Tested by

no test coverage detected