add show_table

This commit is contained in:
Evgeny
2021-08-24 17:27:26 +03:00
parent 699671b2ea
commit 7c1b542fe8
7 changed files with 21 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ end
function on_network_result(result)
days = result:split("-")
tab = get_cal(year,month)
ui:show_table(tab,8, true)
ui:show_grid(tab, 8, true)
ui:set_title(ui:get_default_title().." ("..string.format("%02d.%04d",month,year)..")")
end