Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Server side row model grid is not emiting events with high number of total rows #273

Closed
tomas-richter opened this issue Sep 2, 2021 · 0 comments

Comments

@tomas-richter
Copy link

I'm submitting a ... (check one with "x")

[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/ceolter/ag-grid-enterprise/blob/master/CONTRIBUTING.md#question

Current behavior
For server side row model (both full and partial) with large amount of total rows (sweetspot seems to be 399458 rows and more) grid stops emiting rowClicked event for rows with high row indexes (for lower indexes event is still emited). Also for these rows hover effects doesn't work and possiby other events
The border between emiting and not emiting rows is dependant on total rows count (for example with totalRows === 1000000 row with index 524286 is still emiting event while row 524286 doesn't; for totalRows === 399458 only last row is not emiting event). Tested with partial row store, but it's behaving the same with full row store.
Described behaviour is valid for Chrome and Edge browsers. In Firefox this is not an issue.

Expected behavior
Events are emited for every row.

Minimal reproduction of the problem with instructions
https://plnkr.co/edit/ZkHqflEjcziqqTmg

Please tell us about your environment:
Plunker

  • ag-Grid-Enterprise version: 26.0.0 Angular

  • Browser: Chrome 93.0.4577.63, Edge 92.0.902.84,

  • Language: all
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant