Show HN: React Spreadsheet 2
31–40 of 144 posts
[flagged]
Re: Show HN: React Spreadsheet 2
#32[flagged]
[deleted]
Re: Show HN: React Spreadsheet 2
#33[flagged]
Thanks. Possibly related to collaboration. I need to handle a scenario where user deletes another user's active sheet.
Re: Show HN: React Spreadsheet 2
#34Re: Show HN: React Spreadsheet 2
#35"Application error: a client-side exception has occurred (see the browser console for more information)."
Shame.
Re: Show HN: React Spreadsheet 2
#36Re: Show HN: React Spreadsheet 2
#37Re: Show HN: React Spreadsheet 2
#38"Application error: a client-side exception has occurred (see the browser console for more information)." Shame.
same
Application error: a client-side exception has occurred (see the browser console for more information).
Re: Show HN: React Spreadsheet 2
#39A few weeks ago I was looking for a spreadsheet component that could be used with Svelte. To my surprise, I found something quite complete:
Github: https://github.com/ticruz38/svelte-sheets
Demo: https://ticruz38.github.io/svelte-sheets
It doesn't have the collaborative functionality as React Spreadsheet 2, but other than that it looks comparable.
Re: Show HN: React Spreadsheet 2
#40"Application error: a client-side exception has occurred (see the browser console for more information)." Shame.
same Application error: a client-side exception has occurred (see the browser console for more information).
Sorry about that. The demo does not persist data on the server, hence sheet deletions can throw errors.