GithubHelp home page GithubHelp logo

Dynamic Tabs about reactstrap HOT 9 CLOSED

reactstrap avatar reactstrap commented on May 5, 2024
Dynamic Tabs

from reactstrap.

Comments (9)

TheSharpieOne avatar TheSharpieOne commented on May 5, 2024 1

I would say the demo I posted shows that dynamic tabs are possible and do work, so there is no defect with reactstrap. @ukiyakimura if this answers your question / solves your problem, please close the issue.

from reactstrap.

ajainarayanan avatar ajainarayanan commented on May 5, 2024

@ukiyakimura Not sure if you have tried this,

Existing Code:

toggle(tab) {
        if (this.state.activeTab !== tab) {
            this.setState({
                activeTab: tab.i
            });
        }
    }

Fix:

toggle(tab) {
        if (this.state.activeTab !== tab.i) {
            this.setState({
                activeTab: tab.i
            });
        }
    }

You seem to be comparing activeTab with tab which is incorrect I believe. Please check the documentation for Tabs here

from reactstrap.

ukiyakimura avatar ukiyakimura commented on May 5, 2024

@ajainarayanan i already try it. it has same result. if i put away "i" in activeTab: tab.i
My tabContent wouldn't appear.

from reactstrap.

ajainarayanan avatar ajainarayanan commented on May 5, 2024

@ukiyakimura I see. One thing I could notice is your initial state has the activeTab as '1' (string) whereas the subsequent activeTab you set are 1 (number). It would be helpful if you could create a codepen example demo'ing your usecase.

from reactstrap.

ukiyakimura avatar ukiyakimura commented on May 5, 2024

@ajainarayanan i notice that too. i think that's the problem. but i don't know how to create incremental number in string.

from reactstrap.

ajainarayanan avatar ajainarayanan commented on May 5, 2024

@ukiyakimura I am sorry to say but this is not the forum to discuss this problem. Github issues are supposed to be for filing issues on specific components in the project. I am not sure if this an issue with reactstrap per se.

from reactstrap.

TheSharpieOne avatar TheSharpieOne commented on May 5, 2024

Demo of dynamic tabs: [outdated link removed]

from reactstrap.

eddywashere avatar eddywashere commented on May 5, 2024

Going to go ahead and close this. If there is a more specific example, please create a codepen or modify the working webpackbin from @TheSharpieOne. Thanks!

from reactstrap.

pplonski avatar pplonski commented on May 5, 2024

There is nice example how dynamic tabs can be created: https://github.com/bmhaskar/dynamic-reactstrap-tabs

from reactstrap.

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.