inokawa

Results 165 comments of inokawa

https://github.com/mleibman/SlickGrid/issues/22#issuecomment-289305

It looks like some part of the issue is caused by #362.

https://www.telerik.com/blogs/definecomponent-vue-3-pure-magic

https://github.com/vuejs/core/pull/10357

https://github.com/Akryum/vue-virtual-scroller/issues/199

One difficult point is that we should support svelte 4 or not. Supporting only >=5 is easier because many breaking changes will likely happen on v5.

Auto sizing grid will be nice. I tried it once but not succeeded at that time. I would love to see if there are virtualized grid implementation that achieved it.

@szszoke https://inokawa.github.io/virtua/?path=/story/advanced-dynamiccolumns--default may be close. You can update the number of columns by observing viewport element manually with ResizeObserver. Container query will not work with this implementation though.

I'd like to replace pdf-make with other lib, however we may have to implement layout algorithm in that case what pdf-make did.