Usiel opened a new pull request, #20680: URL: https://github.com/apache/superset/pull/20680
Fixes https://github.com/apache/superset/issues/20679 ### SUMMARY `react-table` wants every column to have a non-empty ID (or Header), else it will crash. So we simply use the current index as a fallback. From what I can see this has no side effects. Previously fixed with https://github.com/apache/superset/pull/17303 Reintroduced with https://github.com/apache/superset/pull/18569 ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Before: https://d.pr/i/KQMrPe After: https://d.pr/i/2qWjaq ### TESTING INSTRUCTIONS See https://github.com/apache/superset/issues/20679. ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [x] Has associated issue: https://github.com/apache/superset/issues/20679 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
