Giter VIP home page Giter VIP logo

Comments (8)

ratiw avatar ratiw commented on August 14, 2024 2

@itelmenko @SimplyCorey Thanks for pointing out. The loadingClass is actually left-over from the first version.

In the first version of Vuetable, the wrapper class is part of the template which wrap Vuetable and its related pagination components, so showing and hiding load animation can be integrated.

In Vuetable-2, it is independent and wrapper class is no longer needed. The showing / hiding of load animation should be handled outside of Vuetable. In Semantic UI, this is quite easy as a matter adding and removing loading css class, but in Bootstrap, you would need to do that yourself or using other library.

from vuetable-2.

ratiw avatar ratiw commented on August 14, 2024

@josueharos Did you get any error in the console?

from vuetable-2.

josueharos avatar josueharos commented on August 14, 2024

None,
i can log to console and still see the table, but any modification to a property in my root instance hides the table

from vuetable-2.

ratiw avatar ratiw commented on August 14, 2024

@josueharos Your code looks fine to me. If there's no error in the console, I really don't know what it is. But if you could put your code into GitHub, maybe I can have a look. However, it may take awhile as I'm quite busy and only able to answer short question.

from vuetable-2.

lmj0011 avatar lmj0011 commented on August 14, 2024

@josueharos

I assume you ended up getting this to work. As for me, your example worked with [email protected]

from vuetable-2.

itelmenko avatar itelmenko commented on August 14, 2024

@ratiw In Vuetable-2 code:

default () {
        return {
          tableClass: 'ui blue selectable celled stackable attached table',
          loadingClass: 'loading',
          ascendingIcon: 'blue chevron up icon',
          descendingIcon: 'blue chevron down icon',
          detailRowClass: 'vuetable-detail-row',
          handleIcon: 'grey sidebar icon',
        }
      }

But loadingClass is not in use. Is it bug?
I see vuetable-1 examples have loading animation out of box. But vuetable-2 have no it.

from vuetable-2.

SimplyCorey avatar SimplyCorey commented on August 14, 2024

I don't believe loadingClass is in use as well. I have searched the codebase and I am unable to find it.

from vuetable-2.

ijunaid8989 avatar ijunaid8989 commented on August 14, 2024

have anyone sorted this out for bootstrap?

from vuetable-2.

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.