Explorar o código

fixed long id in TableAjax

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

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

@@ -804,7 +804,8 @@ var p5UI_TableAjax_generateFunctionNode = function(funObj, rowPK, props) {
 				left:'' + (stickyCol1Width) + 'px',
 				top:'auto',
 				width:'' + stickyCol2Width + 'px',
-				borderRight: '1px solid silver'
+				borderRight: '1px solid silver',
+				overflow: 'hidden'
 			});
 
 			if (_data.total == 0 && priv.options.hidePagerOnEmpty) {