Ver Fonte

+ support for sort date, datetime and double fields in AntAcl object

Piotr Labudda há 7 anos atrás
pai
commit
1b78d1ad37
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      SE/se-lib/TableAjax.php

+ 3 - 0
SE/se-lib/TableAjax.php

@@ -2129,6 +2129,9 @@ jQuery(document).ready(function(){
 							case 'integer': $columnConfig->type = 'number'; break;
 							case 'int': $columnConfig->type = 'number'; break;
 							case 'long': $columnConfig->type = 'number'; break;
+							case 'date': $columnConfig->type = 'string'; break;
+							case 'datetime': $columnConfig->type = 'string'; break;
+							case 'double': $columnConfig->type = 'string'; break;
 						}
 						break;
 					case 'p5':