Vai alla documentazione di questo file. 13 $ct[
'view'][
'table'] =
'account';
16 $ct[
'view'][
'cols'] = array(
18 '__label__' =>
'account',
19 'se_attivo' =>
'attivo',
24 $ct[
'view'][
'class'] = array(
25 'id' =>
'd-none d-md-table-cell',
26 '__label__' =>
'text-left',
27 'se_attivo' =>
'text-left',
28 'gruppi' =>
'text-left' 32 $ct[
'view'][
'open'][
'page'] =
'account_gestione';
38 foreach(
$ct[
'view'][
'data'] as &$row) {
39 if( $row[
'se_attivo'] == 1 ){ $row[
'se_attivo']=
'<i class="fa fa-check"></i>'; }