devgladstone

Results 3 comments of devgladstone

I was able to temporarily resolve this using the [configuration directions](https://github.com/rdunk/sanity-plugin-table#configuration) - just updating my `"rowType"`'s value to `"row"`: ``` table.json: { "rowType": "row" } ``` but I'm having the...

@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...

Just ended up using the more up-to-date [`sanity-plugin-another-table`](https://github.com/MathisBullinger/sanity-plugin-another-table) to replace `sanity-plugin-table` for now.