Show HN: React Spreadsheet Component – RowsnColumns
8 points by artminister 1 year ago | 2 commentsHello HN, I started working on a new version of React Spreadsheet component - https://www.rowsncolumns.app. Its faster, highly composable and easily customisable.
Feedback welcome :)
- helb 1 year agoJust a little bugreport – in Firefox, the "insert image" invisible file input covers buttons to the right: https://i.vgy.me/q1sYHX.gif
Setting its width to 100% (of the parent button) fixes it. Doens't happen at all in Chrome.
I would create an issue on github, but just the "grid" component is there and this is outside of it…
- artminister 1 year agoThanks for the bug report. And yes, your fix worked :). I had `inset:0` for the file input and was working on all browsers except firefox.
- artminister 1 year ago