GithubHelp home page GithubHelp logo

Comments (9)

anmcgrath avatar anmcgrath commented on July 19, 2024

@ADefWebserver can you try after the PR #92 ?

from blazordatasheet.

ADefWebserver avatar ADefWebserver commented on July 19, 2024

@anmcgrath - The error went away but now I have a error where you double-click to edit a cell but it starts editing the cell to the cell in the left:

image

You complete the edit and it shows up in the correct spot...

image

from blazordatasheet.

anmcgrath avatar anmcgrath commented on July 19, 2024

That's strange, the example site doesn't have that issue. Do you have the issue on the other pages? Simple example or Conditional Formatting for example?

from blazordatasheet.

ADefWebserver avatar ADefWebserver commented on July 19, 2024

from blazordatasheet.

ADefWebserver avatar ADefWebserver commented on July 19, 2024

That's strange, the example site doesn't have that issue. Do you have the issue on the other pages? Simple example or Conditional Formatting for example?

I do not see it on your pages 😕

from blazordatasheet.

ADefWebserver avatar ADefWebserver commented on July 19, 2024

In my examples I'm hiding the first column so I think that is what's causing it

from blazordatasheet.

anmcgrath avatar anmcgrath commented on July 19, 2024

Thanks, that helps.

In your project DataEditor.razor line 488:

sheet.Columns.Hide(0, 0);

should be

sheet.Columns.Hide(0, 1);

since the second parameter is count. I'll fix the sheet to not allow hiding rows/columns when these parameters aren't right.

I realise there's a mix of count and end in various functions so it's a bit confusing sorry.

from blazordatasheet.

ADefWebserver avatar ADefWebserver commented on July 19, 2024

OK I'll fix my code :) Thanks!

from blazordatasheet.

ADefWebserver avatar ADefWebserver commented on July 19, 2024

@anmcgrath - Yes, that fixed it (ADefWebserver@91f3184). We're good now 👍🏽

from blazordatasheet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.