appsmith
appsmith copied to clipboard
[Bug] If we hover on table column with large dataset in column then tooltip flickers
Steps to reproduce the behaviour:
- Drag and drop a table widget
- Bind the data such that any column has huge data
- Hover on the data
- Observe that the tooltip flickers
Important Details
- Version: [Cloud / Self-Hosted vx.x]
- OS: [e.g.MacOSX]
- Browser [e.g. chrome, safari]
- Environment [production, release, deploy preview]
@SatishGandham what is the right solution, Please point out!
@vivekverma2312 please assign this to me
Hi @aliya-rahmani , 👋 the issue is all yours! Do raise a PR within 4 days and read our Contribution.md
I would love to tackle this when I become eligible, I am available anytime. 😉
@AR10X I'm assigning it to you. Do raise a PR in 4 days!
Pls guide me on the solution though I think we might look at it here app/client/src/widgets/TableWidget/component/TableColumnsVisibility.tsx
Hi @Nikhil-Nandagopal , I would like to work on this issue. Can you please assign it to me?
Hey @Nikhil-Nandagopal May I work on this issue?
@secure-crypto since you asked for it first, I'm assigning it to you
@utchak160 please have a look at our other good first issues
@Nikhil-Nandagopal This seems like a blueprintjs issue: https://github.com/palantir/blueprint/issues/4019. I am setting up appsmith locally and trying out the fix suggested in the linked issue. Will update here soon.
@somangshu I would like to work on this issue, plz can you assign me this issue
Greetings @nikhil-babar, thanks for showing interest 🎉 , This is all your. Assigning this to you now.
Please don't forget to read the Contribution Guidelines. Would appreciate if you can open a PR within the next 2 days and let me know here
@somangshu Unfortunately, I am not able to setup the client side of appsmith on my local system. I have trying to setup it via wsl on windows. After few seconds of running yarn start it logs following error :
plz can you put some light on this issue
@nikhil-babar are u on wsl2? or wsl1? Also, can you check what version of node you are using?
@jsartisan I am using wsl2 and node version: 16.14.0
@jsartisan I have solved that issue, but a new issue has arised:
how much memory is required to run appsmith client I have configured wsl upto 4gb ram
Can you try giving it 8 gb ram? I used to give 8gb ram to wsl2 out of 16gb.
@jsartisan Thankyou for your suggestions, I solved the problem by increasing the swap space of linux distro. It works for few minutes which I guess is enough for solving this issue. Would approach you if any issue occurs
This is now working