Question: Unable To Update Datatables Plugin

Unable To Update Datatables Plugin

Hello, i'm trying to change the datatables plugin you have included in your project because it has some missing features and install a new version, problem is you have it included in your "l

ME

Moaad ELTAYEF

Asked
Hello, i'm trying to change the datatables plugin you have included in your project because it has some missing features and install a new version, problem is you have it included in your "libraries.min.js" files, that file is minified and i couldn't manage to remove only the code related to datatables. do you have a non minified version? or one that has no datatables code in it?
  • MS

    Mian Saleem

    Answered
    Hello,

    We used `gulp` as task manager. You can install npm dependencies with `npm i` and the run `npx gulp libsLibs` to combine and minify the libraries. The list of libs can be found in `libs.js`

    Thank you
  • ME

    Moaad ELTAYEF

    Answered
    Hello. Thanks for your reply. I don't see the file libs.js included in your project files. Nor the gulp files
  • MS

    Mian Saleem

    Answered
    Hello,

    I have checked and the files are not in download. I will add them in next update. For now you can download the Archive.zip and extract it to get the `libs.js` and `gulpfile.js` and past them to main directory where `app`, `themes` and `index.php`

    Thank you
  • ME

    Moaad ELTAYEF

    Answered
    Thanks a lot for the help
  • Login to Reply