We have updated WebDataRocks EULA, effective as of April 18, 2024. Learn more about what's changed.

Horizontal scrolling

Resolved

your library is awesome, thank you. I have a question regarding how to enhance the horizontal scrolling functionality.
Currently when I try to do horizontal scrolling – I have to click on the scroll bar and drag the scroll bar. Clicking on the scroll bar is also causing the underlying column to be selected and the horizontal scrolling is selecting all the columns in the scroll direction.
For an end user, this looks like I didn’t choose the right library to represent their data.
Hope you can guide me to solve this issue. I am considering disabling the mouse click event or column select event. What would be an ideal solution?
thanks,
Praveen

2 answers

WebDataRocks Team WebDataRocks March 25, 2019

Hello Praveen,
 
Thank you for the question.
You can disable selection via CSS, here is the sample: https://codepen.io/webdatarocks/pen/MxxpjN
 
Please let us know if it works for you.
 
Regards,
WebDataRocks Team

PRAVEEN March 26, 2019

Thank you for the suggestion. It works.
Praveen