magento2 i have to try to product grid custom column data pass
define([ ‘mage/adminhtml/grid’ ], function () { ‘use strict’; return function (config) { var selectedProducts = config.selectedProducts, categoryProducts = $H(selectedProducts), gridJsObject = window[config.gridJsObjectName], tabIndex = 1000; /** * Show selected product when edit form in associated product grid */ $(‘bliss_products’).value =… Read More »magento2 i have to try to product grid custom column data pass