SetPersistent sets if the *TableView should persist its UI state, like column widths. See *App.Settings for details.
(value bool)
| 1582 | // SetPersistent sets if the *TableView should persist its UI state, like column |
| 1583 | // widths. See *App.Settings for details. |
| 1584 | func (tv *TableView) SetPersistent(value bool) { |
| 1585 | tv.persistent = value |
| 1586 | } |
| 1587 | |
| 1588 | // IgnoreNowhere returns if the *TableView should ignore left mouse clicks in the |
| 1589 | // empty space. It forbids the user from unselecting the current index, or when |
no outgoing calls
no test coverage detected