send var (child) databale1 to new frame with datatabe2
send var (child) databale1 to new frame with datatabe2
rrzavaleta
Posts: 78Questions: 52Answers: 2
in DataTables
Hi, I need help to send the value of a row of a DT that is in a frame to another DT2 that is in another frame , and both time the query is generated in the second auntomatico .
Someone can send some example of how this process is done .
This discussion has been closed.
Answers
I would suggest Googling for inter-window Javascript communication. From the DataTables point of view, you would use the API to access the data and send it to another row.
Allan