0

I'm updating some of the dashboard and widget scripts in a Sisense application. There is a bunch of repeated code I'd like to abstract into some common functions to use on multiple dashboards.

What's the best way to share JavaScript across multiple dashboards?

jbyrd
  • 5,287
  • 7
  • 52
  • 86
  • 1
    If you have a way to externally host the javascript you can then just pull it in the dashboard load script from the external location. Updating that one external place would update across all your dashboards. -- In practice it works decent. –  Jun 24 '23 at 14:15

0 Answers0