是否可以使用表格设置?我能够添加一个表格字段,但是在按下 Add Value and Trash 之后没有任何反应。保存按钮将 NULL 保存在数据库中的列值中。
设置表中的字段:
{ "name":"value", "label":"Value", "type":"table", "columns":{"name":"Name", "desc":"Desc", "price":"Price"}, "max":"5", "min":"0" }
并使用 entity_singular:
{ "name":"value", "label":"Value", "type":"table", "entity_singular":"price", "columns":{"name":"Name", "desc":"Desc", "price":"Price"}, "max":"5", "min":"0" }