Hi guys,
I’m having issues with getting the table field plugin to display a label and Icon within my custom block layout as you can see from the attached image it just shows “No entries yet” even when there are entries for the table. I’m not sure if there is a way for me to go into the plugin’s source code and add whatever I would need to change this maybe? Or if it’s just something I’m not doing right? I’d be happy with just a label and an icon really, code is as follows:
content:
type: fields
fields:
blocks:
type: blocks
fieldsets:
product-cards:
label: Product Cards
fields:
products:
type: structure
fields:
/// fields
table:
label: Table Block
fields:
table:
label: Table
type: table
maxColumns: 10
minColumns: 2