Skip to content

Instantly share code, notes, and snippets.

@frullah
Last active March 14, 2021 17:02
Show Gist options
  • Save frullah/837eb35b69e0802906750ae6ca8e8011 to your computer and use it in GitHub Desktop.
Save frullah/837eb35b69e0802906750ae6ca8e8011 to your computer and use it in GitHub Desktop.
install datatables in rails webpacker 6
#!/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