MCPcopy Index your code
hub / github.com/g3n/engine / SetStyles

Method SetStyles

gui/table.go:297–301  ·  view source on GitHub ↗

SetStyles set this table styles overriding the default

(ts *TableStyles)

Source from the content-addressed store, hash-verified

295
296// SetStyles set this table styles overriding the default
297func (t *Table) SetStyles(ts *TableStyles) {
298
299 t.styles = ts
300 t.recalc()
301}
302
303// SetSelectionType sets this table selection type
304// Possible values are: TableSelSingleRow|TableSelMultiRow

Callers

nothing calls this directly

Calls 1

recalcMethod · 0.95

Tested by

no test coverage detected