react-sticky-table
react-sticky-table copied to clipboard
seeking examples
please comment with examples of react-sticky-table being used in your application/website!
I'm using it for the timeline in Plottr (plottr.com)

@cameronsutter wow! Cool application/use of it. Thanks for taking the time to share.
I have used react-sticky-table for one of my component where the number of columns were too many. I had to fix the first two columns. But my second column has table data too long and is taking almost 70% of my screen width. How can I override or customize the react-sticky-table width as neither inline-style nor important attribute is able to override.
@amitraja4606 can you please open your own issue for this:
- including a screenshot so we can confirm understanding if your issue
- specifying which css method you are using - styled-components, normal css, some other css-in-js solution
- a sample of code you would expect to work that is not working
How can I use Table Colspan feature with this ?