我在我的项目中使用ngx-datatable。我的表有很多列,因此我使用了scrollbarH,如下所示:
<ngx-datatable [rows]="tableData.rows" [columnMode]="'force'" [headerHeight]="100" [footerHeight]="false" [rowHeight]="35" [scrollbarV]="true" [scrollbarH]="true">
我的问题是我希望表格在加载页面时水平滚动到末尾,但是我找不到任何有关它的信息。我想知道ngx-datatable是否支持以编程方式滚动。