Converting SearchBar Table -> Input Field

Change in Layout Now the SearchBar is at the top and everything is below
it.
This commit is contained in:
aditya-K2 2021-11-15 16:31:46 +05:30
parent db9b4603c8
commit 0d945a3b23

15
App.go
View File

@ -11,7 +11,7 @@ type Application struct {
App *tview.Application App *tview.Application
ExpandedView *tview.Table ExpandedView *tview.Table
Navbar *tview.Table Navbar *tview.Table
SearchBar *tview.Table SearchBar *tview.InputField
ProgressBar *progressBar ProgressBar *progressBar
Pages *tview.Pages Pages *tview.Pages
} }