Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
UserGrid.php
Go to the documentation of this file.
1 <?php
8 
10 
15 class UserGrid extends Grid
16 {
22  protected $filters = [
23  'username' => [
24  'selector' => '#permissionsUserGrid_filter_username',
25  ],
26  'email' => [
27  'selector' => '#permissionsUserGrid_filter_email',
28  ],
29  ];
30 
36  protected $editLink = '[data-column="username"]';
37 }