Giter VIP home page Giter VIP logo

Comments (6)

Tanner-MS avatar Tanner-MS commented on August 26, 2024 1

Hey @pradeepnschrodinger, this did work for us. Thanks for the suggestion! This issue can be closed.

from fixed-data-table-2.

Tanner-MS avatar Tanner-MS commented on August 26, 2024

I would alter this ask slightly and ask for a solution that doesn't use any z-indexes (scrollbars as well)

from fixed-data-table-2.

pradeepnschrodinger avatar pradeepnschrodinger commented on August 26, 2024

@grosiles3 , could you mention the environment used here? --
Such as the version of FDT being used, OS name and version, browser name and version, and whether this is on PC or on mobile?

It would also be great if you could provide a way for us to reproduce this, maybe on codesandbox.

from fixed-data-table-2.

grosiles3 avatar grosiles3 commented on August 26, 2024

from fixed-data-table-2.

pradeepnschrodinger avatar pradeepnschrodinger commented on August 26, 2024

Thanks for the example and env details! I had to slightly tweak the codesandbox to render the table but I can reproduce the issue.

I think the simplest thing to do here is adjust z-Indices of the components.
You could either increase the z-Index of the dropdowns/popouts/etc to something higher than the the header row (2 or above in our case).
Or a simpler solution would be to just set the z-Index of the table container to zero.

https://codesandbox.io/s/fixed-right-column-forked-zo0t1j?file=/Index.css

.fixedDataTableLayout_main {
  z-index: 0;
}

image

Let me know if this works out for you.

from fixed-data-table-2.

pradeepnschrodinger avatar pradeepnschrodinger commented on August 26, 2024

Hey @grosiles3 , did the above solution work out?

Feel free to let us know if you still need help here.

from fixed-data-table-2.

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.