fnOpen, hidden rows and form elements?
fnOpen, hidden rows and form elements?
Hello and first off, just wanted to say DataTables rocks!
Secondly, I am attempting to retrieve the values of html input elements contained within a hidden row using the following code:
[code]var sData = $('input', oTable.fnGetNodes()).serialize();[/code]
If I put the html element (say a checkbox) in standard datacolumn, this works and I can get the value.
If I place the same checkbox inside fnOpen's 2nd parameter, I cannot get the value. Is there any way around this? What might I be doing wrong?
Thanks!
Secondly, I am attempting to retrieve the values of html input elements contained within a hidden row using the following code:
[code]var sData = $('input', oTable.fnGetNodes()).serialize();[/code]
If I put the html element (say a checkbox) in standard datacolumn, this works and I can get the value.
If I place the same checkbox inside fnOpen's 2nd parameter, I cannot get the value. Is there any way around this? What might I be doing wrong?
Thanks!
This discussion has been closed.
Replies
Allan