【发布时间】:2021-02-18 02:09:21
【问题描述】:
我正在使用 OJET 框架的 oj-table 组件。表结构如下:
protected render(): VComponent.VNode {
return (
<div>
<oj-table
id="table"
aria-label="Lists"
selectionMode={this.selectedSelectionMode}
data={this.dataSource}
columns={this.columns}
class="oj-bg-neutral-0"
></oj-table>
</div>
)};
有人可以帮助我如何将滚动设置为无限滚动吗?当我们在表格中滚动时,应该有一种加载记录的方式。我是 OJET 框架的新手,不知道如何实现这一点。任何帮助表示赞赏。
【问题讨论】:
标签: oracle-jet