[stub] implement a virtual list component for the column profiles
[stub]
We are currently rendering all the columns in a column profile. This leads to serious jank when there are hundreds of columns.
We should implement a virtual ist of some kind so that we're only rendering what's in the viewport.
I believe this issue is now either complete or made obsolete by @djbarnwal 's work on the speeding up the profiles and updating the priority queue? @djbarnwal, could you please confirm that this issue is no longer needed, and if that is the case please close? Thank you!
Hey @bcolloran Virtualization of Column Profile is something we still want to do. As of now if we have say 500 column profiles, the UI would freeze. Virtualization would helps us prioritize the column profiles which are above the fold. Me and @hamilton have discussed this issue and I would be picking this up at some point.
I'm updating the OP now to reflect where we are today.