isTreeNodeExpanded($record);
$childRecords = $record->getChildren();
}
?>
= $this->makePartial('list_body_checkbox', ['record' => $record]) ?>
= $this->makePartial('list_body_tree', [
'record' => $record,
'expanded' => $expanded,
'childCount' => $record->getChildCount()
]) ?>
$column): ?>
getRecordUrl($record))): ?>
getRecordOnClick($record) ?> href="= $url ?>">
= $this->getColumnValue($record, $column) ?>
= $this->getColumnValue($record, $column) ?>
|
|
= $this->makePartial('list_body_rows', ['records' => $childRecords, 'treeLevel' => $treeLevel+1]) ?>