ag-grid / ag-grid-react-example

Example of ag-Grid running with React
159 stars 116 forks source link

onBodyScroll event is not firing an event when table is scrolled. #71

Open ankita1276 opened 1 year ago

ankita1276 commented 1 year ago
          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

StephenCooper commented 1 year ago

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.

hanguyenthanh commented 1 year ago

When I zoom the screen, the bodyScroll event doesn't work. Do you know how to fix it?

poorna99122 commented 7 months ago

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 ?