Giter Club home page Giter Club logo

Comments (5)

chrissainty avatar chrissainty commented on May 25, 2024 17

Thank you so much for such constructive feedback and advice, Henry. It's people like you that really make being an open-source developer so enjoyable.

If it's not too much trouble, could you actually describe the problem you're having with an example? It might be a bit more productive than the rude and arrogant comment you chose to open this issue with.

from menu.

Henry64 avatar Henry64 commented on May 25, 2024 1

try with easy use case and discover that "another subsubmenu" it doesn't work ...
{
MenuBuilder.AddItem(1, "Home", "/", match: NavLinkMatch.All)
.AddItem(2, "Counter", "counter", isEnabled: false)
.AddSubMenu(3, "Sub Menu sotto", new MenuBuilder().AddItem(1, "Counter", "counter")
.AddItem(2, "Fetch Data", "fetchdata", isEnabled: false)
.AddItem(3, "You Can't See Me", "invisible", isVisible: false))
.AddSubMenu(4, "another sub menu", new MenuBuilder().AddItem(1, "Counter", "counter")
.AddItem(2, "Fetch Data", "fetchdata")
.AddItem(3, "Paperino", "paperino")
.AddSubMenu(4, "another subsubmenu", new MenuBuilder().AddItem(1, "Counter", "counter")))
.AddItem(4, "FetchData", "fetchdata");
}

from menu.

ljournllagas avatar ljournllagas commented on May 25, 2024

Is there an update with this issue? tried to have a 3rd level menu but I cannot do it with this package. Thank you

from menu.

chrissainty avatar chrissainty commented on May 25, 2024

@ljournllagas Not so far, I really want to overhaul this package but I've struggled to find the time so far. It will be done soon, I'm also happy accept any PRs to help move things along.

from menu.

chrissainty avatar chrissainty commented on May 25, 2024

Resolved with #28

from menu.

Related Issues (18)

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.