Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AssociatedProductGrid.php
Go to the documentation of this file.
1 <?php
8 
10 
12 {
16  protected $selectItem = '.data-grid-cell-content';
17 
21  protected $filters = [
22  'sku' => [
23  'selector' => '[name="sku"]',
24  ],
25  ];
26 }