Is it possible to use the table settings? I was able to add a table field, but after pressing the Add Value and Trash nothing happens. Save button saves NULL in column value in database.
field in settings table:
{ "name":"value", "label":"Value", "type":"table", "columns":{"name":"Name", "desc":"Desc", "price":"Price"}, "max":"5", "min":"0" }
and with entity_singular:
{ "name":"value", "label":"Value", "type":"table", "entity_singular":"price", "columns":{"name":"Name", "desc":"Desc", "price":"Price"}, "max":"5", "min":"0" }