{$emit('select', selection, row)}"
@select-all="(selection) => {$emit('selectAll', selection)}"
:load="lazyLoad"
:height="height"
:max-height="maxHeight"
@sort-change="sortChange"
@selection-change="selectionChange"
@row-dblclick="rowDblclick"
@expand-change="expandChange"
:show-summary="showSummary"
:sum-text="sumText"
:summary-method="summaryMethod"
:span-method="spanMethod"
:show-header="false"
:cell-style="cellStyle"
@row-click="rowClick"
@cell-click="cellClick">
{{hasSearchRow ? '' : '暂无数据'}}