anmcgrath / BlazorDatasheet

Simple excel-like datasheet Blazor component
MIT License
163 stars 40 forks source link

Add SQL Database Editor Example #87

Closed ADefWebserver closed 3 months ago

ADefWebserver commented 3 months ago

See: Using a Blazor Excel Datasheet To Update A Database

image

anmcgrath commented 3 months ago

Thanks for the PR @ADefWebserver I'll have a look this weekend

anmcgrath commented 3 months ago

@ADefWebserver thanks for the PR it looks like a ton of work. My first comment is that this will be a bit jarring running this on the example website, as there's no SQL server set up by default, and so the example will only run locally.

ADefWebserver commented 3 months ago

@ADefWebserver thanks for the PR it looks like a ton of work. My first comment is that this will be a bit jarring running this on the example website, as there's no SQL server set up by default, and so the example will only run locally.

Actually, it will connect to any database that you have the username and password for :) However, many people would not have that set-up so I can understand why you would not want it in the example.

Perhaps just a link on the GitHub repo page?

ADefWebserver commented 3 months ago

@anmcgrath - Actually I never tested it with WASM and you are correct it doesn't work (so no you would not want this in your example):

image

anmcgrath commented 3 months ago

I'm happy to add a link to the example in the Readme or documentation when I get round to that.