Get cell title

Get cell title

ffdezffdez Posts: 10Questions: 2Answers: 0

We need obtain the title of de cell, how?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 62,114Questions: 1Answers: 10,185 Site admin
    Answer ✓

    You'll need to give us a lot more information than that in order for me to be able to help. Do you want the title attribute from a td cell? If so, use cell().node() to get the node and the DOM or jQuery to get the attribute value.

    Allan

  • ffdezffdez Posts: 10Questions: 2Answers: 0

    Perfect, thanks

This discussion has been closed.