GithubHelp home page GithubHelp logo

Comments (4)

jchen42703 avatar jchen42703 commented on September 26, 2024 1

Update:
The best way I found was to use CSS grid:

div
  VirtualList
    div slot="item" (add your grid styling here; i.e. `grid grid-flow-col grid-cols-${numCols}`)
      ...

I also added my table header within the virtual list and made idx 0 sticky for a sticky header.

Decided not to create a sandbox because the styling and components were a bit much for me to decouple, so I just provided very basic markup.

from svelte-tiny-virtual-list.

jonasgeiler avatar jonasgeiler commented on September 26, 2024

Oh yeah, I see the problem... As you've said, the table won't render properly because of the two divs.

The best solution I can think of is styling the table with flexbox and pretend it's a native table element. The virtual list itself already uses a little bit of flexbox, so this would probably be the least complex solution.
Here's an example (I took most of the CSS from here)

I tried some other solutions, like using svelte-portal or using display: table to force the user agent style on a <div> element, but these didn't work very well.

This library is unfortunately very limited, but I still hope that my example was helpful for you.
Let me know if you need any further help!

from svelte-tiny-virtual-list.

jchen42703 avatar jchen42703 commented on September 26, 2024

All good! Thank you for the reply!

I'll post a sandbox as an example if I can ever get it working!

from svelte-tiny-virtual-list.

jonasgeiler avatar jonasgeiler commented on September 26, 2024

Perfect! Glad you found a solution!

from svelte-tiny-virtual-list.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.