posted 9 years ago
Parent window has a table with four columns, and a link to open a child window to select multi column sort. After we selected the columns with the sord order (asc or desc), click submit, then the parent window's table rows will be updated as per the selection done on child window. I was unable to make sort selection from child to parent.
The following code in Parent window works like charm as we statically defined first column as asc order and second as desc order
From child window we are trying to sort dynamically selecting the multiple columns sorting. Please see the following code The above code is not working, please can someone help on this?