Giter VIP home page Giter VIP logo

Comments (7)

inovua-admin avatar inovua-admin commented on May 31, 2024 2

Thanks for reporting, we're working on a fix for this.

from reactdatagrid.

inovua-admin avatar inovua-admin commented on May 31, 2024 1

We've come up with a canary version as this is still in a feedback stage - please test it on version 4.0.26-canary.2

Feedback is welcomed πŸŽ‰

For this to work properly, make sure you specify both rowHeight=null and minRowHeight={number} (the minRowHeight should be, as named, the minimum height of rows - our implementation scenario is that most rows will have this height, with some of the rows having a natural height) - see https://codesandbox.io/s/crazy-jang-iqg2b?file=/src/App.js for a demo

Important note: obviously, the performance of grids with natural-height rows will be far from the perf of grids with fixed sized rows. Also, column virtualization is no longer possible, since the grid can't know which cell/column in a row gives size of the row - so performance will degrade as you add more columns. So you will see some jank while scrolling vertically for the first time. On the upside, when you scroll the second time over the same rows, it be will a lot faster than the first time, as the dimensions of the rows has already been computed (retrieved from the DOM).

Please let us know your thoughts.

from reactdatagrid.

idoshr avatar idoshr commented on May 31, 2024

I also tried and it doesn't work.
Hope someone here can help with the Dynamic row height

from reactdatagrid.

inovua-admin avatar inovua-admin commented on May 31, 2024

Thanks for the patience on this - we've had a few other issues cropping up and also this is high complexity, but we're on it.

from reactdatagrid.

marquetd avatar marquetd commented on May 31, 2024

Thanks for replying.

Take your time to fixed it as well as possible !

from reactdatagrid.

marquetd avatar marquetd commented on May 31, 2024

Hi,

it's working ! Thanks ! πŸ‘

from reactdatagrid.

idoshr avatar idoshr commented on May 31, 2024

Work good for me also!!
πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘
tnx

from reactdatagrid.

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.