Skip to content

Not able to use ngRepeat to generate table <td>s #32

@Parthvora

Description

@Parthvora

Hello,

Can anyone please help me to generate the dynamic < td >s in the table?
Not working:
< tbody>
< tr>
< td ng-repeat="col in columns">
{{ col }}
< /td>
< /tr>
< /tbody>

However, ngRepeat for other tags is working:
< tbody>
< tr>
< td>
< p ng-repeat="col in columns">
{{ col }}
< /p>
< /td>
< /tr>
< /tbody>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions