Sha256: 6adc3594f251a344d7769af4388af71f32a546237f76aaa290e2fdfbeb32100d
Contents?: true
Size: 785 Bytes
Versions: 17
Compression:
Stored size: 785 Bytes
Contents
<script type="text/ng-template" id="promethee/components/table/edit/move"> <%= render 'promethee/edit/move.header', type: 'table' %> <div class="table-responsive"> <table class="table"> <thead> <tr> <th ng-repeat="colUid in component.attributes.cols"> {{component.attributes.cols_data[colUid].searchable_text}} </th> </tr> </thead> <tbody> <tr ng-repeat="rowUid in component.attributes.rows"> <td ng-repeat="colUid in component.attributes.cols"> {{component.attributes.rows_data[rowUid][colUid].searchable_text}} </td> </tr> </tbody> </table> </div> </div> </div> </script>
Version data entries
17 entries across 17 versions & 1 rubygems