Disable Jquery Ajax Call On Init

[Solved] Disable Jquery Ajax Call On Init | Php - Code Explorer | yomemimo.com
Question : disable jquery ajax call on init

Answered by : average-anaconda-zq4rh3avdlu9

 $('#example').DataTable({ "processing": true, "serverSide": true, "deferLoading": 0, "ajax": { "url": "/test/0", "type": "GET" } });

Source : https://stackify.dev/836509-disable-initial-automatic-ajax-call-datatable-server-side-paging | Last Update : Wed, 02 Feb 22

Answers related to disable jquery ajax call on init

Code Explorer Popular Question For Php