Modify Validate Observable of editable table in KnockoutJS
问题 I'm actually doing my project the editable grid, my data comes from the JSON and parsed to dictionary to have key and value and display on the table. I have one more column to have 3 links, Modify, Validate and Cancel. However, the value from input tag, after editing by user, cannot be updated to the label tag. <table class="table table-hover"> <tbody data-bind="foreach: $root.testParams(parameters())"> <tr class="data-hover"> <td> <strong> <span id="key_params" data-bind="text:$data.key" />