Closed jason-capsule42 closed 2 weeks ago
This PR adds a defensive check in the table row generation logic to ensure both componentData and columnHeaders are available before attempting to generate table rows. This prevents potential errors from occurring when the data or headers are undefined.
classDiagram
class AuroTable {
+LitElement
+componentData
+columnHeaders
+extractRows()
}
note for AuroTable "Added checks for componentData and columnHeaders before generating rows"
Change | Details | Files |
---|---|---|
Added null checks before table row generation |
|
src/auro-table.js |
:tada: This PR is included in version 3.1.4 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Alaska Airlines Pull Request
Type of change:
Please delete options that are not relevant.
Checklist:
By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.
Thank you for your submission!
-- Auro Design System Team
Summary by Sourcery
Enhancements: