fix filter row
This commit is contained in:
parent
02a3e52b7d
commit
5f46431d45
@ -290,6 +290,9 @@ class ListJsonTable extends JasonTable
|
||||
$this->html .= "<td></td>";
|
||||
}
|
||||
}
|
||||
if ($this->showActionColumn) {
|
||||
$this->html .= "<td></td>";
|
||||
}
|
||||
$this->html .= "</form></tr>";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user