I have been trying all day to get some data properly formatted in a html table using knockoutjs.
I wan’t to show a list of documents in a html table where the document title in the first field should have a link to the actual file.
Here’s my fiddle http://jsfiddle.net/jenrud/SCUWc/
Can anybody tell me why it’s not working?
Also if you could give some advise as to how I can paginate and filter the datatable using jquery or some other technology would be great.
Thanks
Jens
http://jsfiddle.net/SCUWc/2/
Couple of things:
{{each}}to using KO’sforeach. Its a bit more intelligent about not re-rendering all of your data should an item change