How to iterate through the multiple dataTables which comprise the searchPanes object?

How to iterate through the multiple dataTables which comprise the searchPanes object?

kjdubyakjdubya Posts: 2Questions: 1Answers: 0

I'm trying to get a list of the **selected ** values from each dataTable in a searchPanes object, with, say, "City" and "State" and "Region" columns. How do I reference each component dataTable to get the selected values?

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    Answer ✓

    Each of the SearchPanes are standard DataTables, so you can iterate over them like this,

    Colin

  • kjdubyakjdubya Posts: 2Questions: 1Answers: 0

    Thanks a lot!

This discussion has been closed.