Last active
March 14, 2021 17:02
-
-
Save frullah/837eb35b69e0802906750ae6ca8e8011 to your computer and use it in GitHub Desktop.
install datatables in rails webpacker 6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
yarn add \ | |
imports-loader \ | |
jquery \ | |
datatables.net \ | |
datatables.net-bs4 \ | |
datatables.net-responsive \ | |
datatables.net-responsive-bs4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment