Is your feature request related to a problem?
When select query returns 100 columns or more, the Web Console begins to stutter. Grid becomes less responsive and UX degrades
Describe the solution you'd like.
I would like grid implementation to be able to virtualize columns the same way it does rows. This would allow grid operate inside fixed DOM and UX would remain constant regardless of number of columns displayed by the grid
Is your feature request related to a problem?
When
selectquery returns 100 columns or more, the Web Console begins to stutter. Grid becomes less responsive and UX degradesDescribe the solution you'd like.
I would like grid implementation to be able to virtualize columns the same way it does rows. This would allow grid operate inside fixed DOM and UX would remain constant regardless of number of columns displayed by the grid