How to use autoFill ?
How to use autoFill ?
Hello,
I'd like to use the autoFill feature within my tables but I do not succed to implement it.
I tried using :
autoFill: true
and :
autoFill: {
enable: true
}
within the datatable creation but no success.
Could you please help me implementing this feature ?
Thank you for your help.
This discussion has been closed.
Answers
Are you loading the AutoFill extension?
https://cdn.datatables.net/autofill/2.3.4/js/dataTables.autoFill.min.js
Hello Tangerine,
Thanks for your reply.
Yes, I have loaded the css and js files for autoFill.
Are you loading
dataTables.autoFill.js
afterjquery.dataTables.js
as shown in this example?https://datatables.net/extensions/autofill/examples/initialisation/simple.html
If you are still unable to make it work please provide a link to your page or a test case so we can help debug.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin