<tableclass="table table-bordered"><thead><tr><th></th><thcolspan="3"ng-repeat="din $ctrl.otherdata">{{d.name}}</th></tr><tr><th>User ID</th><thng-repeat-start="x in $ctrl.otherdata">ABC</th><th>XYZ</th><thng-repeat-end>PQR</th></tr></thead><tbody><trng-repeat="data in $ctrl.somedata"><td>{{data.name}}</td><td>{{data.x}}</td><td>{{data.y}}</td><td>{{data.z}}</td></tr></tbody></table>
Share
Post a Comment
for "How To Loop Multiple Table Th In Angularjs"
Post a Comment for "How To Loop Multiple Table Th In Angularjs"