fin-hypergrid / core

A canvas-based super high performant grid renderer API
MIT License
897 stars 144 forks source link

horizontal scroll in hypergrid #829

Open khaled26 opened 3 years ago

khaled26 commented 3 years ago

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 ?

akilaNbandara commented 3 years ago

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..