search does not search inside child records

search does not search inside child records

maniyamaniya Posts: 78Questions: 13Answers: 0

Hi, Following up in this example, i am trying to make it work.

  1. reload does not keep the state saved, if more functionality of adding child data is added

    1. it does search in the child subset, i tried searching the extension number but it returned empty results

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Hi @maniya ,

    1. there's several threads on this, such as here and here.

    2. Child rows are effectively independent of the table - it's up to you what you place inside them. stateSave only stores the internal information for the table. You can add your own data to the save state by using stateSaveParams and stateLoadParams,

    Cheers,

    Colin

This discussion has been closed.