Using the jquery template below results in knockout properly evaluating the databind, but the alert-message block-message
class ends up on the <tbody>
instead of the targeted <tr>
. This issue only occurs when the row with the data-bind is the first row in the table. In other instances where the data-bound row is not the first row, everything functions as expected.