TankTao
Results
2
comments of
TankTao
动态 加列的时候,或者开始就插入很多100条以上列的时候 滚动就会数据出问题,但是,我把序号去掉滚动就没事
let tableInstance; fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/North_American_Superstore_data.json') .then((res) => res.json()) .then((data) => { const newSignalColumns = new Array(150).fill(null).map((_, index) => { return { field: `site${index + 1}`, title: `Site ${index + 1}`, width: 'auto',...