Closed (fixed)
Project:
TableField
Version:
7.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2013 at 16:36 UTC
Updated:
1 Mar 2017 at 15:44 UTC
Jump to comment: Most recent
I need to create a custom node template (node--[content_type].tpl.php) which utilizes this module. I tried pulling the field value, but was left with:
a:32:{s:8:"cell_0_0";s:10:"Phone Name";s:8:"cell_0_1";s:7:"Phone 1";s:8:"cell_0_2";s:7:"Phone 2";s:8:"cell_1_0";s:7:
Obviously that isn't something I can work with. Is there a way to format the field value through PHP?
Comments
Comment #1
h.arefmanesh commentedyou must use it as matrix array , that achiev through tablefield_rationalize_table function.
Comment #2
lolandese commentedThis support request seems to be answered. Feel free to reopen if necessary.