This commit is contained in:
Milos Stojanovic
2020-05-09 18:17:20 +02:00
parent a533eef33a
commit e2199c812f
2 changed files with 2 additions and 1 deletions

View File

@@ -90,7 +90,7 @@
:row-class="(row) => 'file-row type-'+row.type"
:checked-rows.sync="checked"
:loading="isLoading"
checkable
:checkable="can('batchDownload') || can('write') || can('zip')"
>
<template slot-scope="props">
<b-table-column :label="lang('Name')" :custom-sort="sortByName" field="data.name" sortable>