Open tuoqiang opened 3 months ago
Bot detected the issue body's language is not English, translate it automatically.
Title: 🐛 [Bug]: Grid component, for big data scenarios of ordinary data tables (non-tree table virtual scrolling), after starting virtual scrolling, occasionally the new view is not rendered after the data source is updated, but is displayed ''No data yet"
Version
"@opentiny/vue": "3.16.0",
Vue Version
"vue": "3.4.29",
Link to minimal reproduction
模板如下: <tiny-grid v-bind="$attrs" :height="height" :data="dataSources" :loading="firstScreenLoading" ref="tinyTableRef" ... ...
主要js伪代码如下: