From 27bf7bb709c2c163a092ef96d0252defca75a0fa Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 May 2019 15:33:33 -0700 Subject: [PATCH] freeze to try to fix things inside of libui Signed-off-by: Jeff Carr --- table.go | 1 + 1 file changed, 1 insertion(+) diff --git a/table.go b/table.go index 36a95f0..d168831 100644 --- a/table.go +++ b/table.go @@ -19,6 +19,7 @@ var img [2]*ui.Image type CellData struct { Index int Value ui.TableValue + Raw string // shove stuff in here and figure out how to make a ui.TableValue later Name string // what type of cell is this? Event func() // what function to call if there is an event on this }