update table listing and add callbacks

This commit is contained in:
envoyr
2022-02-22 19:07:04 +01:00
parent 855e220d14
commit 8f7876b850
13 changed files with 189 additions and 192 deletions

View File

@@ -39,7 +39,7 @@ class Collection
public function count()
{
return $this->get()['data']['count'];
return json_decode($this->class::getLocal($this->userInfo, $this->params)->listingCount(), true);
}
public function get()