Explorar o código

TableAjax export table to csv: increase limit to 10 000

Piotr Labudda %!s(int64=11) %!d(string=hai) anos
pai
achega
5147c7f4fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SE/se-lib/TableAjax.php

+ 1 - 1
SE/se-lib/TableAjax.php

@@ -1452,7 +1452,7 @@ class TableAjax extends ViewAjax {
 				return false;
 			}
 
-			var limit = 1000;
+			var limit = 10000;
 			if (!_data.total || _data.total <= 0) {
 				alert('Brak rekordów do eksportu.');
 				e.preventDefault();