Set how an empty cell will be represented
(empty string)
| 348 | |
| 349 | // Set how an empty cell will be represented |
| 350 | func (t *Tabulate) SetEmptyString(empty string) { |
| 351 | t.EmptyVar = empty + " " |
| 352 | } |
| 353 | |
| 354 | // Set which lines to hide. |
| 355 | // Can be: |
no outgoing calls