X-coordinates larger than available columns
Open
bug
- Dominant language
- JavaScript
- Stars
- 403
- Forks
- 43
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
## Support Question
Hello,
I would like to know if the following behavior is correct:
If I scroll very quickly to the right, at some point the table's `dataListener` is requesting X coordinates (columns) larger than the number of columns provided to the table.
For example: in my table, there are 40 columns, and when I scroll quickly to the right, there is a moment when the table requests position 46 (x1), even though the maximum value should be 40.

Thanks
Contributor guide
Assessment
This issue has not been assessed yet.