The Listgrid is a fantastic component, but visually there's something that's always bugged me regarding the "scroller". It's always there, and there's always a small square in the upper right.
Many other similar components in other framework have imo better solutions to this, such as it being layered transparently on top of the cells, and/or autohide.
A good example is the MDBootstrap solution, which has a demo here:
https://mdbootstrap.com/docs/vue/tables/scroll/
another example of auto-hide:
https://tallent.us/vue-scrolling-table/
I would love for the Isomorphic ListGrid to behave the same way.
Many other similar components in other framework have imo better solutions to this, such as it being layered transparently on top of the cells, and/or autohide.
A good example is the MDBootstrap solution, which has a demo here:
https://mdbootstrap.com/docs/vue/tables/scroll/
another example of auto-hide:
https://tallent.us/vue-scrolling-table/
I would love for the Isomorphic ListGrid to behave the same way.
Comment