Apologies if this is covered somewhere, but I haven't found a solution. If I edit a record and one of the fields is blank, when the record saves it inserts 0.00 into the blank table cell. I have tried adding:
{
"label": "Each:",
"name": "each_price",
"defaultContent": ""
},
An suggestions?