Niranjan Pradeep

Results 34 comments of Niranjan Pradeep

Hey @zthomas1 , sorry for the delay. We currently don't have row resizing implemented out of the box but we'll be happy to take in a PR. Since the original...

> Do you have an idea when the v2 might be released. Beta versions of v2 are already released. Feel free to build against the latest one -- [v2.0.0-beta.5](https://www.npmjs.com/package/fixed-data-table-2/v/2.0.0-beta.5). Do...

Hey, thanks for filing this. Can you post the exact version of FDT you're using here? (eg: `v1.2.11`). Also will it be possible to share a reproducible example? You can...

Hey, @Lorsga , any updates on this? Let me know if you need help with forking out the sandbox or [running FDT locally](https://github.com/schrodinger/fixed-data-table-2/blob/master/site/README.md).

Good catch. Could you put up a PR? And could you also check if we need the same fix in these config files as well?: * https://github.com/schrodinger/fixed-data-table-2/blob/master/webpack.config-test.js * https://github.com/schrodinger/fixed-data-table-2/blob/master/site/webpack-prerender.config.js *...

Yea, passing the the first and last visible **row index** to `onHorizontalScroll` seems reasonable. We'd be happy to accept a PR for this, or I'll try and put up a...

@Tanner-MS , thanks for you suggestions. A couple questions: > Approach 1 (calculate ahead of time and keep up to date): > Add a maxContentWidth prop to the Cell and...

> maxContent width would be different than maxWidth. Max content is the widest width your value content would reach, max width is the largest the cell can go. Apologies for...

Without a reproducible example or a video it's a bit difficult for me to confirm what's actually happening. Any chance you can provide it? You can refer this [codesandbox template](https://codesandbox.io/s/zealous-haibt-cwds0)....

Thanks, the demo helps out a lot. This is quite strange. The underlying issue seems to be that the browser resets the scroll state of a node whenever it gets...