Can I include a .txt file in IE8 browser???
Can I include a .txt file in IE8 browser???
mikl
Posts: 3Questions: 1Answers: 0
like that :
$('#dataTable').dataTable({
"bAutoWidth": false,
"bProcessing": false,
"bSortable" : true,
"bPaginate": true,
'ordering': true,
'paging': true,
"bInfo": false,
"searching": true,
"bFilter": true,
"bStateSave": true,
"ajax": '/tmp/file.txt',
"deferRender": true
});
This discussion has been closed.
Answers
No idea :-). Have you tried it? If so, what happens? I don't see why you wouldn't be able to, but who knows with legacy IE.
Allan
yeah, I tried but I have an Ajax Error.
But it's OK, I do a other method only for this f**** browser :)
Thanks.
What is the error. I'm surprised that it wouldn't load a txt file.
Allan
I don't know, it's work on all browsers except IE8, so
Does this example work for you in IE8? Does appear to for me.
Allan