No - fnUpdate would update the HTML inside the element (so it is actually possible if you want to set the 'value' attribute), but what I would suggest is just doing it exactly the same way as if you weren't using DataTables - i.e. $('#my_input').val('whatever'); (or some other suitable selector).
Replies
Allan