getRowCount() отменяется

This commit is contained in:
Dmitry Tretyakov 2023-10-25 17:04:37 +07:00
parent aba5a1b49a
commit 1320410f17

View file

@ -142,7 +142,7 @@
{include "../components/paginator.xml", conf => (object) [
"page" => $page,
"count" => $count,
"amount" => $data->getRowCount(),
"amount" => sizeof($data),
"perPage" => $perPage ?? OPENVK_DEFAULT_PER_PAGE,
"atBottom" => false,
]}