How to loop through row details data in each row ?

How to loop through row details data in each row ?

kumar9741kumar9741 Posts: 3Questions: 2Answers: 0

Since these row details are coming dynamically after clicking ' details-control', I am not able to access these. If it possible how to access other page row details since nodes are getting removed while pagination.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,464Questions: 1Answers: 10,466 Site admin
    Answer ✓

    Yes - the row().child() method can be used to access the child rows of rows, regardless of pagination.

    Allan

  • kumar9741kumar9741 Posts: 3Questions: 2Answers: 0

    Great. It worked. Thanks Allan :)

This discussion has been closed.