onBodyScroll event is not firing an event when table is scrolled.
onBodyScroll event is not firing an event when table is scrolled.
gridOptions.onBodyScroll = this.getSelectedGroupItems()
Is their any other way to know that table is scrolled?
And version info is
"ag-grid-community": "22.0.0",
"ag-grid-vue": "22.0.0",
Originally posted by @anilkumarmv in https://github.com/ag-grid/ag-grid-enterprise/issues/89#issuecomment-650728266
Please provide a reproduction of this issue so that we can investigate. Also please be aware that we only apply fixes to new versions and v22 is relatively old now.
When I zoom the screen, the bodyScroll event doesn't work. Do you know how to fix it?
Please provide a reproduction of this issue so that we can investigate. Also please be aware that we only apply fixes to new versions and v22 is relatively old now.
How can we fire scroll event in ag-grid v25 ?