Add data_list_static_grid example

This commit is contained in:
Insality
2021-04-05 00:21:06 +03:00
parent 3a1cd8d210
commit 8a8a5e22a0
14 changed files with 1581 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
local druid = require("druid.druid")
function init(self)
self.druid = druid.new(self)
end