我现在写的onScroll
不管用
<a-table :loading="queryLoading" :scroll="{ x: 'max-content',y:500 }" bordered :dataSource="tableData.dataSource" :columns="tableData.columns" @scroll="onScroll" />
function onScroll(e){
console.log(e);
}
我现在写的onScroll
不管用
<a-table :loading="queryLoading" :scroll="{ x: 'max-content',y:500 }" bordered :dataSource="tableData.dataSource" :columns="tableData.columns" @scroll="onScroll" />
function onScroll(e){
console.log(e);
}