Giter VIP home page Giter VIP logo

Comments (4)

xbot13 avatar xbot13 commented on July 20, 2024 1

First of all thanks for the quick response! I appreciate the library and your work.

Honestly I did not think about the rowspan at all. It really makes it a lot harder.

But I will definitely have a go at the workaround. And in case someone faces a similar problem, I will post the result here.

Can't wait for the stable release!

from plugins.

jsamr avatar jsamr commented on July 20, 2024

@xbot13 Certainly an interesting feature, but not as easy as it might seem.

Styling rows

Because of rowspan attribute support, there might be virtual rows encompassing nested rows. In the example below, we have one root virtual row (in red) and 3 nested rows (in green).

rowspan

An other issue is width computation. Each column width is computed through inspecting the content. If one would add padding to rows, this should be taken into account during width computation, while also taking into account virtualization.

One solution could be to only style the top-level virtual row, and extract any box model style for width computation. We might also want to prevent usage of specific styles such as horizontal margins, (min,max)width and (min, max)height...

Styling columns

That looks pretty hard since "column containers" are nested in rows.

Workaround?

You might be able to reach the same visual effect by styling individual cells conditionally. See how to achieve this here..

I'm totally open to PRs regarding this feature, but I don't have the bandwidth right now to implement this!

from plugins.

jsamr avatar jsamr commented on July 20, 2024

@xbot13 Thank you so much for your feedback. Looking forwards to your findings!

from plugins.

jsamr avatar jsamr commented on July 20, 2024

@xbot13 An alternative would be to export two components / split this lib in two, with a lot of the shared logic packed into a third lib (it's a monorepo, so easy to do). And one of these would not support cell spanning but allow line styling. But it's quite an endeavor and I'm not going to dive into it unless for a paid freelance gig! However, I'm still open to PRs.

from plugins.

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.