VSCode, package manager, git, npm
VSCode, package manager, git, npm
![rldean1](https://secure.gravatar.com/avatar/c9be3e8e0a2850a1329d45a7294eae2c/?default=https%3A%2F%2Fvanillicon.com%2Fc9be3e8e0a2850a1329d45a7294eae2c_200.png&rating=g&size=120)
Hey, is it possible to use a package manager to download a specific plugin for DT (like the datetime.js file)?
Kinda like how npm creates a file structure? Can you use npm to install baseline DT files?
I pinpointed the datetime.js file on GIT, but other than manually downloading it, I don't know of any fancy or special way to inject it into the folder structure for my web app.
It's just a simple HTML web app in VSCode.
This discussion has been closed.
Answers
Yes, you could use the
datatables.net-plugins
package, which is this repo.Then use:
Allan