Skip to content

Instantly share code, notes, and snippets.

@nachopants
Last active December 22, 2016 02:08
Show Gist options
  • Save nachopants/e0f9d68050dc63bc6fe4de8e4bddf317 to your computer and use it in GitHub Desktop.
Save nachopants/e0f9d68050dc63bc6fe4de8e4bddf317 to your computer and use it in GitHub Desktop.
'grid' => array(
'rows' => array(
array(
'cell_1' => 'row 1',
'cell_2' => 'row 11'
),
array(
'cell_1' => 'row 2',
'cell_2' => 'row 22'
),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment