-
-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overlay Scrollbars + PowerBI + Handsontable #139
Comments
Good day! I haven't worked with the mentioned libraries until now, but I think its possible. Can you set up a small sample project on stackblitz or codesandbox? This makes it much easier for me to help you, since I can directly fix your problem. Thanks! |
Alright, I can do it, but only in the evening. When do you plan to be online tomorrow? What is your time zone? |
I'm living in Austria, so my timezone is I'll open a detailed issue on their github project, maybe they are willing to implement this feature(s) so you can basically apply any scrollbar plugin. |
It's the first time i'm working with Stackblitz, here's the project I've tried to create https://stackblitz.com/edit/typescript-pj8wnw But something tells me, you will see only a default piece of code. Same happens on my side, when I try to open the project following the shared URL. Should I upload it to GitHub, so it would had worked approprietly? |
This is the current code for now. I'll try to launch the code in the stackblitz, though it's a bit challenging for me now. If you need something else, just let me know. |
Thanks! We will need to wait until someone from |
Do I get it right, that you want to change the viewport HTMLElement overwrite the scroll positions? |
@HardRock4Life yes you get it right, the intention is to make it possible to define an alternative element as viewport, so the OverlayScrollbars viewport can be also the handsontable viewport. |
Hello, Rene! I've seen the answer they've sent to you. What if we try to
cooperate with them and find a solution for our issue by contributing their
code? Do they have ideas, where changes for an upgrade can be made?
|
Thats definitely possible, but their codebase is huge and I don't know whether I have the time to fully understand and contribute correctly to it. I think is better to wait for them, but I'll ask them whether they can give me guidance. |
2 months is too long...
|
Well, I'll do my best to solve this as quickly as possible. |
I've got some thoughts on workarounds. Is it possible to set up a meeting via Skype on a weekend? |
@HardRock4Life unfortunately I got injured last week and I don't have the head for this right now. I'm sorry! |
Related: #639 |
Hello, Rene!
Thank you for developing your solution, it is very promising in the light of a cross-browser styling issues. I opened this topic for a following situation - there's a task to implement a cross-browser scrollbar into the Handsontable (HOT) visual, which is used inside a Power BI. I decided to use your technology, because I believe it is the one that would help me completing the task.
The problem is, I cannot understand how to properly apply your scrollbar inside the visual - I've imported it into the
visual.ts
and tried to find a native scrollbar among the HTML classes, but so far there was no success. In my opinion, there's should be added something into CSS file.If you don't mind, I would love to try to find this solution together. Looking forward hearing from you soon!
The text was updated successfully, but these errors were encountered: