Skip to content

Instantly share code, notes, and snippets.

@beyond-code-github
Created June 9, 2013 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beyond-code-github/8205c26541dabec926fc to your computer and use it in GitHub Desktop.
Save beyond-code-github/8205c26541dabec926fc to your computer and use it in GitHub Desktop.
Knockout bound table from Part 1
<tbody data-bind="foreach: records">
<tr>
<td data-bind="text: $data"></td>
</tr>
</tbody>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment