#258 [admin] Filtering ads with Ad ID

This commit is contained in:
Diatrex 2020-02-03 13:08:03 +03:00
parent dd5da38f28
commit 5b8480eb80

View File

@ -31,13 +31,17 @@ class AdvTableBuilder extends TableBuilder
* @var array|string * @var array|string
*/ */
protected $filters = [ protected $filters = [
'search' => [ 'search' => [
'fields' => [ 'fields' => [
'name', 'name',
'advs_desc' 'advs_desc',
] ]
], ],
'country', 'country',
'id' => [
'heading' => 'ID',
'filter' => 'input'
],
]; ];
/** /**