如何在 Ag Grid 中的水平滚动条上设置底部位置?

How can I set a bottom position on a horizontally scrollbar in Ag Grid?

当 table 的某些字段被 changed.I 尝试时,我试图将水平滚动条定位在底部位置:Scrolling Ag Grid 使用 ensureIndexVisible() 但至少我知道它只适用于垂直滚动条

还有一个方法 ensureColumnVisible(colId),来自文档(在您所指的同一部分):

Ensures the column is visible, scrolling the table if needed.