Fix selezione totale datatables
This commit is contained in:
parent
3e27ab4825
commit
daffd7b86d
|
@ -174,7 +174,7 @@ class Query
|
|||
}
|
||||
|
||||
// Paginazione
|
||||
if (!empty($limit)) {
|
||||
if (!empty($limit) && intval($limit['length']) > 0) {
|
||||
$query .= ' LIMIT '.$limit['start'].', '.$limit['length'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue