CRM-21202, set retrieve = true so that its not reinitialized again and just want...
authorPradeep Nayak <pradpnayak@gmail.com>
Tue, 19 Sep 2017 23:53:28 +0000 (05:23 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Tue, 19 Sep 2017 23:59:42 +0000 (05:29 +0530)
----------------------------------------
* CRM-21202: DataTables warning: table id=dupePairs
  https://issues.civicrm.org/jira/browse/CRM-21202

templates/CRM/Contact/Page/DedupeFind.tpl

index c77065568077df9225f908691c5352efb531a5f0..40a4bb37cd6e4250271b979cf1c771e97cda5496 100644 (file)
       "ajax": {
         "url": {/literal}'{$sourceUrl}'{literal}
       },
+      "retrieve": true,
       rowCallback: function (row, data) {
         // Set the checked state of the checkbox in the table
         $('input.crm-dedupe-select', row).prop('checked', data.is_selected == 1);