I need to know the function to call datatables.

I need to know the function to call datatables.

DSinghDSingh Posts: 6Questions: 4Answers: 0

I have an issue with one of my pages that, even if i don't select any row/record/value in my datatable I am able to go to the next page without validation. That is, even though I have validation to check if there are any selected rows in the datatables, I am able to go to another page with no values in it. I was going through the forums and i found this fnFindCellRowIndexes plug-in code. I don't have a good idea if this will solve my issue.
Any help is appreciated. Thx.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,695Questions: 1Answers: 10,500 Site admin
    Answer ✓

    Per the forum rules, please link to a test case showing the issue.

    That is, even though I have validation to check if there are any selected rows in the datatables

    What code are you using for that?

    Allan

  • DSinghDSingh Posts: 6Questions: 4Answers: 0

    I am using the validationEngine jQuery plug-in for that.

This discussion has been closed.