Thanks Emily,
that was a great article and quite useful!
One thing though...
I could not get my table to render until I used:
$rows[] = array( $data->x, $data->y..);
instead of as you have it: $rows[] = array( 'data'=>array(array('data'=>$data->x), array('data=>$data->y),...));
Cheers,
David
More information about formatting options
Thanks Emily, that was a
Thanks Emily,
that was a great article and quite useful!
One thing though...
I could not get my table to render until I used:
$rows[] = array( $data->x, $data->y..);
instead of as you have it:
$rows[] = array( 'data'=>array(array('data'=>$data->x), array('data=>$data->y),...));
Cheers,
David