Jelajahi Sumber

fixed long id in TableAjax

Piotr Labudda 9 tahun lalu
induk
melakukan
aae8642ec2
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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) {