|
|
@@ -248,7 +248,7 @@ class TableAjax extends ViewAjax {
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
- public function renderStatic() {
|
|
|
+ public function renderStatic($tblAjaxMap = null) {
|
|
|
static $_rendered = false;
|
|
|
if ($_rendered) return;
|
|
|
|
|
|
@@ -398,7 +398,7 @@ class TableAjax extends ViewAjax {
|
|
|
|
|
|
$jsToogleFiltrProcesuFunctionName = 'tableAjaxToggleFiltrProcesInit';
|
|
|
ob_start();
|
|
|
- $this->renderStatic();
|
|
|
+ $this->renderStatic($tblAjaxMap);
|
|
|
UI::startContainer();
|
|
|
UI::showMessagesForTable($this->_tbl);
|
|
|
UI::endContainer();
|