Open khaled26 opened 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 ?
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..
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 ?