Hello,
Sorry, i've by-passed your post.
The be merged, an array should hab the following strutcure:
$arr[item_a] = array ('col1'=>val1a, 'col2'=>val2a, ...)
$arr[item_b] = array ('col1'=>val1b, 'col2'=>val2b, ...)
Or, when using virual columns 'key' and 'val', the array shoul have the structure :
$arr = array('key1'=>'val1', 'key2'=>val2,...)
And you're not in this two cases.
Regarding to your array, I suggest that you try the following:
$TBS->MergeBlock('bk','array','tomb[id]');
|
HTML:
But it will always display only one cell, or none.