Make header row fixed when scrolling

mine
Berin Larson 2019-03-28 06:48:00 +05:30
parent 0a1bc45f95
commit 4a3b66ab1d
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)