add show_table
This commit is contained in:
10
samples/table-sample2.lua
Normal file
10
samples/table-sample2.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
function on_resume()
|
||||
local tab = {
|
||||
{ "1234567890" },
|
||||
{ "1", "2", "3" },
|
||||
{ "4", "5", "6" },
|
||||
{ "7", "8", "9" },
|
||||
}
|
||||
|
||||
ui:show_table(tab)
|
||||
end
|
||||
Reference in New Issue
Block a user