Best way of serialize all inputs in datatable

Best way of serialize all inputs in datatable

AndersMalmgrenAndersMalmgren Posts: 12Questions: 0Answers: 0
edited December 2011 in General
Whats the best and fastest way to serialize all inputs in the data table?

$("#tableForm").serialize(); will only serialize the visible rows

Thanks, Anders

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    http://datatables.net/release-datatables/examples/api/form.html :-)

    Allan
  • AndersMalmgrenAndersMalmgren Posts: 12Questions: 0Answers: 0
    fnGetNodes() together with serialize is ridiculously slow in IE7 :/
    You get noticeably delays with as low as 30 rows
  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    I'm not sure there is much I can do about that I'm afraid. IE6/7 is _very_ slow when trying to do any traversing or manipulation on DOM elements which are not attached to the document.

    Allan
This discussion has been closed.