isTreeNodeExpanded($record) : null;
$childRecords = $showTree ? $record->getChildren() : null;
$treeLevelClass = $showTree ? 'list-tree-level-'.$treeLevel : '';
?>
= $this->makePartial('list_body_checkbox', ['record' => $record]) ?>
= $this->makePartial('list_body_tree', [
'record' => $record,
'expanded' => $expanded,
'childCount' => $record->getChildCount()
]) ?>
$column): ?>
clickable && !$url && ($url = $this->getRecordUrl($record))): ?>
getRecordOnClick($record) ?> href="= $url ?>">
= $this->getColumnValue($record, $column) ?>
= $this->getColumnValue($record, $column) ?>
|
|
= $this->makePartial('list_body_rows', ['records' => $childRecords, 'treeLevel' => $treeLevel+1]) ?>