Cannot enable/disable autofill

Cannot enable/disable autofill

sagarbendalesagarbendale Posts: 18Questions: 6Answers: 0

I am trying to enable disable autofill.
I have code something like this :

  $('#autoFillBtn').click(function() {
    $('example').DataTable({
      autoFill: {
        "focus": 'click',
        columns: ".age,.date,.sal"
      }
    })
  });

Is there an api for autoFill?

Here is the link to jsfiddle:

https://jsfiddle.net/cq4g76h8/1/

Thanks!

This discussion has been closed.