add new APIs

This commit is contained in:
Evgeny
2022-07-30 15:05:55 +03:00
parent 130e85f946
commit 1a8e864e59
3 changed files with 61 additions and 4 deletions

View File

@@ -5,5 +5,6 @@ function on_resume()
{ "7", "8", "9" },
}
ui:show_table(tab, 0, true)
local folded = { "-1", "-2", "-3" }
ui:show_table(tab, 0, true, folded)
end