Versions in this module Expand all Collapse all v0 v0.1.0 Aug 1, 2017 Changes in this version + type TableCell struct + Painter paint.Painter + String string + func NewTableCell(ctx *view.Context, key string) *TableCell + func (v *TableCell) Build(ctx *view.Context) view.Model + type TableView struct + func New(ctx *view.Context, key string) *TableView + func (v *TableView) Build(ctx *view.Context) view.Model