handsontable / handsontable

JavaScript data grid with a spreadsheet look & feel. Works with React, Angular, and Vue. Supported by the Handsontable team ⚡
https://handsontable.com
Other
19.15k stars 2.94k forks source link

Fix dataManager null errors #10914

Open aaronbeall opened 1 month ago

aaronbeall commented 1 month ago

Context

In some cases after updating a table with nestedRows enabled, HoT would throw a null error due to trying to iterate over missing data that it assumed was there.

How has this been tested?

Manually tested to verify HoT null errors no longer occur from these places in my app.

Types of changes

Related issue(s):

1. 2. 3.

Affected project(s):

Checklist:

adrianszymanski89 commented 4 weeks ago

Hi @aaronbeall

Thank you very much for your contribution. We will review your PR and update you when we check if we can merge it.

Before that, please add a changelog entry and tests for the fix. Thank you.