Pubudu Dodangoda
Pubudu Dodangoda
Thank you for prioritizing this feature ❤️ --- In my head, the API should look something like below ```jsx function MyComponent(props) { // First we declare the list of fetch...
Hi @duyphaphach Thanks for the kind words. Unfortunately window-table doesn't support variable row sizes at the moment. Passing the Row prop should work however. I can have a look if...
@duyphaphach I gave a shot at adding support for variable sized rows to the library. Here you can find an example: https://codesandbox.io/s/window-table-column-components-dycqw?file=/src/App.js Please note however that this is still experimental....
Hi guys, Unfortunately, I am quite busy these days with my regular job. Please consider [Fluid Table](https://mckervinc.github.io/react-fluid-table/#/) as an alternative to this library. It has a similar API and offers...
Hi @marizuccara Unfortunately, I haven't found a way to do that with any virtualization library so far. This is because react-window uses absolute positioning to render the rows virtually. This...
Hi @chrisjhoughton Thank you for getting involved. This library is based on react-window. And according to their docs, using the `react-window-infinite-loader` seems to be the preferred way of doing what...
Hi @realdreamer Thanks for reporting this issue. I didn't see this issue coming as MacOs scrollbars don't occupy extra width from the table. I played with the table on Windows...
@realdreamer @grgp @joiel Thanks for getting involved. I just published version `0.10.5-alpha.1` with an inbuilt fix for the issue. The solution is working pretty well in the website examples. But...
@realdreamer That's sad. Could you give a bit more information about the issue pls? 1. Do you see the same issue in the website example? 2. Or is it in...
Hey @liamc-sty There seems to be an issue with the auto-sizer not detecting the 1px border added by bulma. I can look into it over the weekend. However, a quick...