• Hello, I believe gmerge-public-script.js should be wrapped in a conditional to catch any issues with DataTable not being defined.

    (function($){
    
    	if (typeof DataTable !== 'undefined') {
    		$('#gf2pdf-sign-table').DataTable({
    			"pageLength": 15
    		});
    	}
    
    })(jQuery);

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author gravity2pdf

    (@gravity2pdf)

    Thanks We are in the process of overhauling the plugin and adding several features. Ill take note of this

Viewing 1 replies (of 1 total)
  • The topic ‘DataTable is not defined’ is closed to new replies.