We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d35e9 commit 99d92f8Copy full SHA for 99d92f8
adm/project.go
@@ -323,6 +323,8 @@ package tables
323
324
import "github.com/GoAdminGroup/go-admin/plugins/admin/modules/table"
325
326
+// Generators is a map of table models.
327
+//
328
// The key of Generators is the prefix of table info url.
329
// The corresponding value is the Form and Table data.
330
//
examples/datamodel/tables.go
@@ -2,7 +2,7 @@ package datamodel
2
3
4
5
-// generators is a map of table models.
6
7
// The key of generators is the prefix of table info url.
8
// The corresponding value is the Form and TableName data.
0 commit comments