Advertisement
julien731

AS - Column Attributes

May 4th, 2016
2,398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. array(
  2.     'column_attributes' => array(
  3.         'head' => array( 'attribute' => 'value' ),
  4.         'body' => array( 'another-attribute' => 'another-value' )
  5.     )
  6. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement