search does not search inside child records
search does not search inside child records
maniya
Posts: 78Questions: 13Answers: 0
Hi, Following up in this example, i am trying to make it work.
- reload does not keep the state saved, if more functionality of adding child data is added
- it does search in the child subset, i tried searching the extension number but it returned empty results
This discussion has been closed.
Answers
Hi @maniya ,
there's several threads on this, such as here and here.
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 usingstateSaveParams
andstateLoadParams
,Cheers,
Colin