mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
#258 [admin] Filtering ads with Ad ID
This commit is contained in:
parent
dd5da38f28
commit
5b8480eb80
@ -34,10 +34,14 @@ class AdvTableBuilder extends TableBuilder
|
|||||||
'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