{{ scope.row.path.join('/') }}
{{ typeof scope.row.categories === 'string' ? scope.row.categories : scope.row.categories?.join(',') }}
{{ typeof scope.row.tags === 'string' ? scope.row.tags : scope.row.tags?.join(',') }}
{{ datetimeFormat(scope.row.create_date) }}