pupudu / window-table

Windowing Table for React based on React Window

Home Page:https://window-table.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic col widths

ptimson opened this issue · comments

Hey @pupudu is there a way to use this lib with dynamic col widths or is it best to go with this approach? bvaughn/react-window#60 (comment)

Thanks

Hey @ptimson
If dynamic column widths is your only requirement, I suggest using jamesmfriedmans approach. That is smart and simple enough for the basic case.

I suggest using window-table only if you want the additional features of this library as well.

If you're looking for more options, there is also https://github.com/mckervinc/react-fluid-table which is taking a slightly different route from mine.