|
|
@@ -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) {
|