observableArray bound table does not update when inside a jQuery UI dialog
问题 I'm trying to create a page with a button which, when clicked, opens a modal dialog box that allows a user to search for products and add selected search results to an order. I've created what I thought would work (jsfiddle sample), however the search results table, which is bound to an observableArray , does not update. If I remove the data-bind attribute from the <div id="myDialog"/> then the search results table updates correctly. Also, I could only get the jsfiddle sample to repeat the