1
ParamQuery Pro Evaluation Support / how to show overflow-x in pqgrid
« on: May 18, 2020, 07:57:17 am »
I want to show overflow-x. But I don’t know how to set option.
I use pqgrid in v.7.1.0
So. I coding in event for refresh.
..//
Refresh: function(event, ui) {
$(‘#grid’).find(‘.pq-body-outer .pq-grid-cont .pq-cont-right’).attr(‘style’, ‘overflow-x:auto !important’);
}
This code has problem. When refreshing grid, setting attribute.
I use pqgrid in v.7.1.0
So. I coding in event for refresh.
..//
Refresh: function(event, ui) {
$(‘#grid’).find(‘.pq-body-outer .pq-grid-cont .pq-cont-right’).attr(‘style’, ‘overflow-x:auto !important’);
}
This code has problem. When refreshing grid, setting attribute.