Index Data in a!recordData

Certified Senior Developer

Hi 

I am using a!recordData to show data in my gridField 

Now I have a requirement of implementing a button wherein If I click that button all the data should be selected ( i.e. the ids of all the records should be saved into a local variable )

But now I am not finding a way to index the recordData at once 

Can anyone help me in this ?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Stefan Helzle

    Not all all IDs. So basically the db table may contain 1M records. But when I fetch data using the a!recordData (using some filtering) that time I could receive like 50K records based on the filter. Now I have to implement a functionality of select all button, wherein if I click the button, all the IDs can be selected and then I can do further processing based on the IDs 

Children