Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

tdComp not working properly when reloading the page in Internet Explorer and Edge #160

Open
Sakthi002 opened this issue Sep 24, 2018 · 2 comments

Comments

@Sakthi002
Copy link

tdComp comes blank when reloading the page.
before reload
internet explorer after reloading

@kenberkeley
Copy link
Collaborator

plz provide a reproduction?

@tsaltena
Copy link

tsaltena commented Dec 3, 2018

My Internet explorer issues were caused by ES6 standards followed in the library, not being implemented in IE. I could direct my compiler (laravel mix) to transpile the .js in the node modules folder. Just leaving it here for posterity:

mix.webpackConfig({
    module: {
        rules: [
            {
                test: /\.js$/,
                use: [
                    {
                        loader: 'babel-loader',
                        options: Config.babel()
                    }
                ],
                exclude: /(node_modules\/(?!(vue2-datatable-component)\/.*))/,
        },
    ]
    },

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants