some fix filters
This commit is contained in:
@ -269,12 +269,10 @@ class ListJsonTable extends JasonTable
|
||||
foreach ($columnKeys as $key){
|
||||
if ($this->issetFilter($key)){
|
||||
// $this->html .= "<td><input type='" . $this->getFilterFromCustomColumn($key) . "' name='$key'></td>";
|
||||
$tag = $this->getTagFromCustomColumn($key);
|
||||
$item = $this->getCurrentFilter($tag);
|
||||
$item = $this->getCurrentFilter($this->getTagFromCustomColumn($key));
|
||||
$objItem = new $item([
|
||||
'data' => $this->getFilterFromCustomColumn($key),
|
||||
'name' => $key
|
||||
// 'value' => $this->getFilterFromCustomColumn($key)
|
||||
]);
|
||||
$this->html .= $objItem->fetch();
|
||||
}
|
||||
|
Reference in New Issue
Block a user