sanity-plugin-table icon indicating copy to clipboard operation
sanity-plugin-table copied to clipboard

Unable to add new rows for table in array block

Open ibrahimyaacob92 opened this issue 2 years ago • 5 comments

image

using version: "sanity-plugin-table": "^2.3.0",

ibrahimyaacob92 avatar Nov 23 '22 19:11 ibrahimyaacob92

I was able to temporarily resolve this using the configuration directions - just updating my "rowType"'s value to "row":

table.json:
{
  "rowType": "row"
}

but I'm having the same error as you now once again. Same version and same error message.

devgladstone avatar Dec 01 '22 22:12 devgladstone

Currently having the same issue. Unfortunately, updating the config did not resolve it.

zacklerner avatar Dec 02 '22 02:12 zacklerner

There is an official Sanity table plugin forked from this repo that is more actively maintained and might solve this issue.

MathisBullinger avatar Dec 02 '22 10:12 MathisBullinger

@MathisBullinger appreciate the input. Was going to implement that once my team eventually upgrades to Sanity Studio v3, but we'll be stuck on v2 for a little while longer. Would you happen to know any workarounds?

devgladstone avatar Dec 03 '22 00:12 devgladstone

Just ended up using the more up-to-date sanity-plugin-another-table to replace sanity-plugin-table for now.

devgladstone avatar Dec 05 '22 17:12 devgladstone