Bypass fnOpen

Bypass fnOpen

alermanalerman Posts: 3Questions: 0Answers: 0
edited October 2010 in General
Is there a way to bypass fnOpen for certain columns? We have a column with a link in it and would like to stop the details from appearing when that link is clicked.

Replies

  • allanallan Posts: 63,760Questions: 1Answers: 10,510 Site admin
    Yeah - just don't call it ;-). I would guess that you can refine the selector that you are using to attach the event handler which calls fnOpen to work on just the columns you want. Or you could put a check into the handler to see if it is one of the columns you want.

    Allan
This discussion has been closed.