SetStyles set this table styles overriding the default
(ts *TableStyles)
| 295 | |
| 296 | // SetStyles set this table styles overriding the default |
| 297 | func (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 |