You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BugFix] Improve DynamicTable getRow validation and height helpers (#812)
* Remove dynamic table mutation and early return on missing ids
* Add better validation for "out of bounds" index in getRow
* Make shared internal helpers for calculating column/table heights
* Improve error message when requesting rows out of bounds
* Update getRow.m
Tighten input validation, row indices should be integers
* Ensure getTableHeight returns a scalar height value
0 commit comments