I am adding some simple html when the user clicks a table row. The table row gets "expanded" and the the html is added via the knockout html binding.
The html being injected to the view works fine, but I have added data-bind
to some of the html and would like for knockout to parse/process it. Is this possible?