Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <table>
  2. <tbody>
  3. <!-- ko foreach: { data: tableOptions, as: 'selection'} -->
  4. <tr>
  5. <!-- ko foreach: { data: $parent.tableFields, as: 'field'} -->
  6. <td>
  7. <!-- ko template: {name: 'Foo_Bartemplateformelementsmultiple-programs-' + field.type, data: {root: $parent, current: selection} -->
  8. <!-- /ko -->
  9. </td>
  10. <!-- /ko -->
  11. </tr>
  12. <!-- /ko -->
  13. </tbody>
  14. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement