Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

disable jquery ajax call on init

  $('#example').DataTable({    
    "processing": true,
    "serverSide": true,
    "deferLoading": 0,
    "ajax": {
        "url": "/test/0",
        "type": "GET"
    }    
  });
Source by stackify.dev #
 
PREVIOUS NEXT
Tagged: #disable #jquery #ajax #call #init
ADD COMMENT
Topic
Name
8+9 =