【发布时间】:2016-07-11 23:18:44
【问题描述】:
我正在尝试使用 ng-repeat 构建表格,但我也想使用工具栏。该表应如下所示,但例如在“内战之后”下,我需要再添加三行。
<md-grid-tile><h4>Radiographic Feature Type</h4></md-grid-tile>
<md-grid-tile><h4>You: Mean % Missed Feature</h4></md-grid-tile>
<md-grid-tile><h4>ALL PARTICIPANTS: % Missed Feature</h4></md-grid-tile>
<md-grid-tile>
</md-grid-tile>
<md-grid-tile ng-repeat-start="thisCase in caselist | limitTo : 5">
</md-grid-tile>
<md-grid-tile ng-repeat-end="">
</md-grid-tile>
</md-grid-list>
非常感谢所有帮助,很抱歉,我刚开始编码,没有太多经验。
【问题讨论】:
标签: html css angularjs angularjs-ng-repeat tabular