|
|
@@ -149,6 +149,9 @@ class TableAjax extends ViewAjax {
|
|
|
$this->_filterInit = (object)$filterInit;
|
|
|
$this->_saveState();
|
|
|
}
|
|
|
+ function getFilters() {
|
|
|
+ return $this->_filterInit;
|
|
|
+ }
|
|
|
|
|
|
public function setRowFunctions($functions) {
|
|
|
$this->_rowFunctions = [];
|