fnOpen won't work on page 2?

fnOpen won't work on page 2?

alermanalerman Posts: 3Questions: 0Answers: 0
edited December 2010 in General
I have a datatable that is NOT bServerSide which uses fnOpen to call a function which returns some HTML to go in the new row. The problem is, this works great on the first pafge of the data table, but when i go to the second page, clicking on a row opens the new tow for a flash, then closes it again. It is almost as if fnOpen and fnClose are getting called back to back. Using Firebug, I can see the row_selected class get added and then removed.

Any suggetions? Unfortunately I cannot paste my code.

Replies

  • alermanalerman Posts: 3Questions: 0Answers: 0
    edited December 2010
    More info. On page load, the fnOpen will work on only odd numbered pages. At some point, however, it seems to switch and then only work on even numbered pages. Something very screwy is going on here.

    HELP
This discussion has been closed.