mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
#258 [admin] Filtering ads with Ad ID
This commit is contained in:
parent
dd5da38f28
commit
5b8480eb80
@ -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'
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user