function on_resume() local table = { {"1", "2", "3"}, {"4", "5", "6"}, {"7", "8", "9"}, } ui:show_table(table, true) end