Datatables 1.10 + input elements + Knockout

Datatables 1.10 + input elements + Knockout

kingdavekingdave Posts: 2Questions: 0Answers: 0
edited February 2014 in DataTables 1.10
I am trying to render a table using Knockout data with input elements. I want to display some data and have the user update it in the table and have it update the view model. I have two main issues:

1) I would like to render input boxes in my table. I have seen how to do this with static tables, but not with ajax tables, other than to use the render function. Is that the right approach here?

2) If so, how can I integrate this input box with Knockout?

Here is a link to some sample code: http://live.datatables.net/sim/2/edit?js,console,output

I would really appreciate any help with this!

Replies

This discussion has been closed.