I\'m using JQuery DataTables for all my tables because of all the nice built-in features, but it seems the only way to customize the table layout is to set the \"sDom\" opti
You have to call this function after insert dynamic HTML element
ko.applyBindings(viewModel, elementContainingDynamicContent)
Example here http://jsfiddle.net/rniemeyer/FCN5p/