I want to add a color column dynamically to the "solutions" table. My code is based on angularjs and json. I tried the following:
$scope.solutions.push({"color": value2.color});
The value2.color is dynamically decided by a forEach loop, but I was not able to add new column, did i do something wrong? Here is the Plunker URL: http://plnkr.co/edit/5gK5cBRdLQ6s8Gyy6ad8?p=preview
thanks!
$scope.house=[]....