Closed michaelbushe closed 9 months ago
I have a fix but my push is getting denied, thank you in advance.
Hi @michaelbushe I don't know if it is correct to create a row with a non-existent column, this will break the sorting, the counting, etc ... all functions may trigger unexpected exceptions. You can use it in your fork as it is working with you, but I don't feel it is safe to merge this PR in the main repo.
best;
This errors on an unchecked null check. Added null check and warning in debug to help developers know what row and column have the issue.
Steps to reproduce the bug
Initialize a grid with a cell that refers to a field that doesn't exist in the columns.
Expected results
Nothing, in debug, print a helpful warning.
Actual results
UI blows up on "Unexpected null value."
Code sample
Execution Environment
3.16.8
PlutoGridPlus version PlutoGridPlus version is 8.2.0
OS Mac Sonoma