Hi Ki,
My array structure below:
I am working it under nextmatch table.
$rows = array(
[0] => array(
[tbl_inside] = array(
[0] = array(
[col1] = “column_1”,
[col2] = “column_2”,
[col3] = “column_3”,
),
[1] = array(
[col1] = “column_1”,
[col2] = “column_2”,
[col3] = “column_3”,
),
),
),
[1] => array(
[tbl_inside] = array(
[0] = array(
[col1] = “column_1”,
[col2] = “column_2”,
[col3] = “column_3”,
),
[1] = array(
[col1] = “column_1”,
[col2] = “column_2”,
[col3] = “column_3”,
),
),
)
);
The table inside the nextmatch row is not appearing.
Ok, you want to autorepeat the nested table.
I would give nested grid id="${row}[tbl_inside]".
Ralf
Ralf Becker
Director Software Development
Stylite AG
Morschheimer Strasse 15 | Tel. +49 6352 70629 0
D-67292 Kirchheimbolanden | Fax. +49 6352 70629 30
Email: rb@stylite.de
www.stylite.de | www.egroupware.org
Managing Directors: Andre Keller | Ralf Becker | Gudrun Mueller
Chairman of the supervisory board: Prof. Dr. Birger Leon Kropshofer
VAT DE214280951 | Registered HRB 31158 Kaiserslautern Germany