You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
Is there a way to set a default global option? DTDefaultOptions seems to only allow for a few options (ie. setLanguage()). I'm trying to set a default preDrawCallback: function() {} so that I don't have to write the same boilerplate code in each of my controllers. Is this possible?