Custom Scrollbar

Tags: #<Tag:0x00007efc61d64ae8> #<Tag:0x00007efc61d649a8>

Hello,
Is there a way to make the horizontal and vertical scrolling appear more modern?

From this

to this

Regards,

Hi @ykifahh

Did you see our new features - themes? We’ve introduced them in the latest version.

Here https://jsfiddle.net/wyupszae/ you can find Handsontable table with the new theme - Main used.

In general table looks modern, but if you’d only want to alter scrollbars you can go here https://cdn.jsdelivr.net/npm/handsontable@15.0/styles/ht-theme-main.css to see CSS settings for main and look for the scrollbar

  --ht-scrollbar-border-radius: 8px;
  --ht-scrollbar-track-color: #f7f7f9;
  --ht-scrollbar-thumb-color: #999999;

Here https://handsontable.com/docs/javascript-data-grid/themes/ you can read more about themes and how to create your own theme based on our predefined settings/or already defined themes.

Thanks for your reply. However, it still shows the old scrollbar after clicking the link. Please see the attached image.

Also, I hope the issue with matching row will be solved soon