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.
When I use your code in USAGE WITH OPTIONS, in my code, it breaks.
TypeError: undefined is not a function
at Object.angular.module.factory._showLoading [as showLoading
Also
I have to specify the 2 builders else they are null.
[ '$scope', '$resource', 'DTOptionsBuilder', 'DTColumnDefBuilder',
function ( $scope, $resource, DTOptionsBuilder, DTColumnDefBuilder ) {