#12789 fixed pagination in events

This commit is contained in:
Daniel Cebrian 2024-01-30 09:25:17 +01:00
parent 61e38865f6
commit 4971c29819

View File

@ -1255,6 +1255,7 @@ if (is_ajax() === true) {
);
}
if ($regex !== '') {
$data = array_values(
array_filter(
($data ?? []),
@ -1263,7 +1264,8 @@ if (is_ajax() === true) {
}
)
);
$count = count($data);
}
// RecordsTotal && recordsfiltered resultados totales.
echo json_encode(
[