string rows
This commit is contained in:
parent
ad299911f1
commit
31324ad083
6
table.go
6
table.go
|
@ -13,7 +13,11 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func showTable(t *guipb.Table) {
|
func showTable(t *guipb.Table) {
|
||||||
log.Info("should show table here")
|
log.Info("gocui: should show table here")
|
||||||
|
if t == nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
log.Info("gocui: table.Title", t.Title)
|
||||||
}
|
}
|
||||||
|
|
||||||
func enableWidget(n *tree.Node) {
|
func enableWidget(n *tree.Node) {
|
||||||
|
|
Loading…
Reference in New Issue