core icon indicating copy to clipboard operation
core copied to clipboard

horizontal scroll in hypergrid

Open khaled26 opened this issue 4 years ago • 1 comments

hey @joneit , was trying to disable the horizontal scroll , i don't want it to be visible even if i am resizing the columns , is there any way to do this ?

khaled26 avatar Apr 23 '21 18:04 khaled26

I think you can just hide it using css. If library does not support by default.

$('.finbar-horizontal').attr('style', "visiblity: 'hidden' !important;");

Like this..

akilaNbandara avatar Jul 09 '21 13:07 akilaNbandara