i have a collection like below
Project
{
developer 1{
effort { {week:week1,hours 40}{week:week2,hours:40}etc
}
developer 2{
effort { {week:week1,hours 20}{week:week2,hours:45}etc
}
}
"I am using dynamic column since its a collection to enter weekly hours but seems like its not working
This binding is not working - hot-column data="{{‘week.’+$index+’.weeklyHours’}}". i tried with “[” and all but no luck
any suggestions ??