Results 28 comments of Max Hudson

If you accidentally pass a string as the window arg, you'll get a timeout FYI (i.e. `'60'` bad, `60` good)

This can happen when running from a non-ejected expo repository

It appears this is not something safari respects: https://www.bram.us/2016/05/02/prevent-overscroll-bounce-in-ios-mobilesafari-pure-css/ Do you know of a way to achieve this?

Thanks! PropTypes would be good - but I'm thinking the source code of each example would be nice to get below the functioning example, in-case you wanted to straight-up copy...

my not-working PR: https://github.com/henrybuilt/react-sticky-table/pull/99

Hi @casvil that feature (and colspan) are not yet implemented, but we'd love a PR! Not exactly sure what the best way to implement this is myself.

Would be awesome to have this, but no idea how to implement still. Probably have to do something with position absolute and computed adjacent cell sizes. https://stackoverflow.com/questions/2403990/html-colspan-in-css

Perhaps! You can try it yourself without it being part of the repo I believe!

@ishanbhutagate6 this would be the correct issue to comment on, but feature is not implemented and is hard to implement. No current plan. We're not using `` elements, we're using...

Possibly! It would be pretty quick as the 3.0.1 codebase is very small. What would be involved besides changes to code? How would it affect existing non-ts projects? Max On...