el-table-infinite-scroll
el-table-infinite-scroll copied to clipboard
Infinite scroll for el-table.
As the title
el-table__row 能否只保持到 10 个呢?
Hi, Is it possible to inverse this scroll for make infinite scroll to top? thank you!
### 环境说明 element-ui 2.x el-table-infinite-scroll: "2.0.0" ### 问题描述 你好,代码中的这段没理解,为啥一定要设定height,强制设定height为400px,导致在行数少的应用场景下,有一个固定的高度,是否为破坏性变更?为啥不能是maxHeight? ``` if (!el.style.height) { scrollElem.style.height = '400px'; // eslint-disable-next-line console.warn( `${msgTitle} el-table height required, otherwise will set default value: 400px` );...
场景:第一次请求数据设置table data可以实现无线滚动,再次请求数据设置data值,load未生效
我的问题是 我需要联动我的el-select筛选条件去查询数据,当时滚动到第三页的时候(此时已经发起三次请求列表,pageSize=10,current = 3),当我点击我的el-select查询(需要把列表查询的 currnet = 1),会自动并发三次请求,如何解决?
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.20 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). Changelog Sourced from postcss's...
类型“DirectiveOptions”的参数不能赋给类型“Plugin_2”的参数。