Merge pull request #138 from larson004/make-header-row-fixed

Make header row fixed when scrolling
mine
Fernand Galiana 2019-03-27 22:45:39 -06:00 committed by GitHub
commit bb92b19e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ func newTableView(app *appView, title string) *tableView {
{
v.baseTitle = title
v.actions = make(keyActions)
v.SetFixed(1, 0)
v.SetBorder(true)
v.SetBorderColor(tcell.ColorDodgerBlue)
v.SetBorderAttributes(tcell.AttrBold)