Live data from Hacker News

Show HN: React Spreadsheet 2

rowsncolumns.app

31–40 of 144 posts

Re: Show HN: React Spreadsheet 2

#36

Earlier quoted context omitted.

Thanks. Possibly related to collaboration. I need to handle a scenario where user deletes another user's active sheet.

i only got this with my adblocker turned on fyi, ublock origin

Seconding this Edit: Happened again. Might not be related.

Re: Show HN: React Spreadsheet 2

#37
post #23

Is there some capable fully open source data grid providing spreadsheet functionality? Commercial / open-core are a no-go for me, since my goal is to integrate it into an open source project.

I've used Slickgrid (open source, https://slickgrid.net/ ) with some success.

Some?

Re: Show HN: React Spreadsheet 2

#39
A 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.
Post reply on HN