Reply to comment

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

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.