What I have learned?
- Improve the UX for table using react-infinite-scroller.
What are the main challenges?
Can't set the height directly to the table element so I try to search in stackoverflow for answers and I've found that you can use a wrapper for the table and add the max-height
to that wrapper not the table itself.
Why am I doing this anyway?
- To learn.
- To have fun.
- To future Joimee (for reference).
Resources:
Set Max-Height in HTML Table
react-infinite-scroller
Salamat.
Top comments (0)