johannheyne / advanced-custom-fields-table-field

Advanced Custom Fields: Table Field
15 stars 4 forks source link

table field not working inside group #8

Closed mf3k closed 5 years ago

mf3k commented 5 years ago

Hello,

I was trying to use table field inside a group, but it doesn't return any value.

Is this a bug or am I doing something wrong?

Thank you for your help and time.

johannheyne commented 5 years ago

The table fields data should exists like… $group = get_field( 'groupfield_name' ); $group['tablefield_name'] // this is where the table data are