remove show_grid function
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
function on_resume()
|
||||
local tab = {
|
||||
{ "1234567890" },
|
||||
{ "1", "2", "3" },
|
||||
{ "4", "5", "6" },
|
||||
{ "7", "8", "9" },
|
||||
}
|
||||
|
||||
ui:show_table(tab)
|
||||
ui:show_table(tab, 0, true)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user