predixdesignsystem / px-data-table

For a live demo of this predix UI component, visit
https://www.predix-ui.com/#/modules/px-data-table
Apache License 2.0
31 stars 83 forks source link

Reported error message regarding this.data[0] being null on dataChanged #4

Closed GrantRPickett closed 8 years ago

GrantRPickett commented 9 years ago

The message in the console is "this.data[0] is null" inside the dataChanged method when trying to render a data table component. The apm app used angular to generate the data array and was added to the scope. There is a concern that things are not happening in the right order leading to that error. The data table displays correctly when the whole page is loaded and no noted.

Minor priority if there is no functional errors after the page is fully loaded.

More details to be provided by APM member.

lrbridge commented 8 years ago

Do not see this in the seed when putting data on scope and passing it into the data table. https://github.com/PredixDev/predix-seed/tree/data-table-in-seed

Cannot reproduce.