fix: Handling no columns#1170
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1170 +/- ##
=======================================
Coverage 44.15% 44.15%
=======================================
Files 447 447
Lines 33266 33267 +1
Branches 8355 8356 +1
=======================================
+ Hits 14687 14688 +1
Misses 18530 18530
Partials 49 49
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
Are there other places we need to check for columns[0] being used in unsupported ways within iris grid? |
@dsmmcken In the IrisGrid component I only see 1 other reference to I do see other |
|
That's fine. Should probably make a follow-up ticket and audit iris grid to see if there are behaviours expecting columns to not be zero where we might also fail. |
|
I've created #1172 to investigate whether there are additional issues. |
Added graceful handling to IrisGrid for tables with no columns.
fixes #1169