Giter VIP home page Giter VIP logo

Comments (1)

NoamGit avatar NoamGit commented on August 28, 2024

I have somewhat the same problem. No filter, only placeholder...
The strange thing is - Sometimes it works (opening the daterangepicker UI) and the other times it doesn't.
image

In order to ensure the scripts tags are set I use

created() {
            let jqueryScript = document.createElement('script');
            jqueryScript.setAttribute('type', "text/javascript");
            jqueryScript.setAttribute('src', "//cdn.jsdelivr.net/jquery/latest/jquery.min.js");
            document.head.appendChild(jqueryScript);
            let momentScript = document.createElement('script');
            momentScript.setAttribute('type', "text/javascript");
            momentScript.setAttribute('src', "//cdn.jsdelivr.net/momentjs/latest/moment.min.js");
            document.head.appendChild(momentScript);
            let dateRangeScript = document.createElement('script');
            dateRangeScript.setAttribute('type', "text/javascript");
            dateRangeScript.setAttribute('src', "//cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js");
            document.head.appendChild(dateRangeScript);
        },

I found out that if I am using the filterable field, or change the daterangepickerOptions it also creates incosistancies.

I believe that the problem is with the daterangepicker and not with vue-tables-2
However, can you please share the best practice of how to ensure that the datepicker is loaded in a Vue component page?

here is the error from the console

Uncaught TypeError: Cannot read property 'fn' of undefined
    at cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js:7
    at cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js:7
    at cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js:7

from vue-tables.

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.