e.g.,
... columns = ( ... array( 'name'=> 'rightmost', 'type' => 'html', 'value' => 'Some text<form><input type="button" value="Reply"/></form>' ) ... )
Only the "Some text" appears in Firebug. The form and/or button element are not there.
Any idea on what I am doing wrong, if anything? Or is there some expected behavior here of which I am unaware?
Thanks in advance.