For getting the matrix child details

For normal case , we can get the item details from getItemInfo(); function . But if need to get child item details after selecting the option we need to get from getSelectedMatrixChilds(); function

this.pdp.on('afterOptionSelection', function() {
cate =	this.pdp.getSelectedMatrixChilds();
					
})

Leave a comment

Your email address will not be published. Required fields are marked *