Hi, need help! I am trying but am unable to add jQuery DataTable library in my SuiteCommerce extension. I followed the developers.suitecommerce guide which adds MersenneTwister library to use it's random() method (Adding a Non-AMD Compatible Library to an Extension). The MersenneTwister > random() method is working correctly but when I try adding jQuery DataTable library, I always get error "*jQuery(...).DataTable is not a function*" in my .tpl. Is this the right way to add DataTable library (Adding a Non-AMD Compatible Library to an Extension) or I need to use different?
Thanks