* [ui] only load table after custom table cols.
This commit is contained in:
@@ -113,7 +113,7 @@ class datatable extends control
|
||||
if($this->post->global) $this->setting->setItem('system.' . $name, $value);
|
||||
|
||||
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => 'dao error.'));
|
||||
return $this->send(array('result' => 'success', 'closeModal' => true, 'load' => true));
|
||||
return $this->send(array('result' => 'success', 'closeModal' => true, 'load' => 'table'));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user