ng-repeat within a cell
See original GitHub issueHaving a html-content cell with <div ng-repeat...> doesn’t work
Issue Analytics
- State:
- Created 8 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
ng-repeat on table cell instead of row - Stack Overflow
Is there a way to use ng-repeat on cell instead of row? and I know I said "table" in the title, but I...
Read more >Angular ng-repeat Directive - W3Schools
The ng-repeat directive repeats a set of HTML, a given number of times. The set of HTML will be repeated once per item...
Read more >ngRepeat - AngularJS: API
The ngRepeat directive instantiates a template once per item from a collection. ... ngRepeat uses $watchCollection to detect changes in the collection.
Read more >Angular-JS ng-repeat Directive - GeeksforGeeks
Angular-JS ng-repeat directive is a handy tool to repeat a set of HTML code for a number of times or once per item...
Read more >dxDataGrid - ng-repeat inside cell - DevExpress Support
I want to iterate over a scope variable that contains properties for file groups and add a download link in a grid cell...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@bigosmallm @cunla yes I hope it has been fixed. Now you can use
mdt-custom-cellwhich gives you the power to render your own cell the way you want.Please check the documentation and let me know if it’s not yet solved for your problem you had.
Has this bug been fixed?