madmax983 / Lightning-Data-Grid

A data grid for Lightning Component Framework
MIT License
25 stars 13 forks source link

Missing additionalView attribute on DataGrid cmp #8

Closed alexanderyhapcv closed 7 years ago

alexanderyhapcv commented 7 years ago

<aura:iteration items="{!v.additionalView}" var="item" indexVar="index">

additionalView array is missing

madmax983 commented 7 years ago

Thank for opening the issue @cv-alexanderyhap. I'm currently working on doing an update on this project adding in Lightning Test Service and SFDX. This will be addressed in that update. The additional view attribute was an experiment that didn't really pan out.

Thanks for looking at this repo!