{/if} {loop $grid['orderButtons'] as $button} | {if empty($button['name']) === FALSE} {/if} | {/loop}|
---|---|---|
{/if} {loop $grid['filters'] as $filter} | {if empty($filter['type']) === FALSE} {if $filter['type'] === 'text'} {elseif $filter['type'] === 'select'} {/if} {/if} | {/loop}
|
{loop $row as $v} | {$v['value']} | {/loop}
{loop $grid['actions'] as $action}
{!$action['label']}
{/loop}
|