diff --git a/src/components/SmartTable/src/SmartTable.tsx b/src/components/SmartTable/src/SmartTable.tsx index 57a557097..58097b741 100644 --- a/src/components/SmartTable/src/SmartTable.tsx +++ b/src/components/SmartTable/src/SmartTable.tsx @@ -322,6 +322,7 @@ export default defineComponent({ tableColumns: computedTableColumns, pagerConfig: getPaginationInfo, setColumnSortConfig, + tableLoading: getLoading, }; }, render() { @@ -405,11 +406,13 @@ const renderTable = (instance) => { id, tableColumns, pagerConfig, + tableLoading, } = instance; const tableProps = { ...getTableBindValues, columns: tableColumns, pagerConfig, + loading: tableLoading, }; const result = [