Individual column searching with Language not working
Individual column searching with Language not working
kossa
Posts: 5Questions: 1Answers: 0
Hi,
I'm using Individual column searching it works well but when I added language is not worked :
var table = $('#example').DataTable({
"language": {
"url" : "/admin-assets/Arabic.json"
}
});
Please help
This discussion has been closed.
Answers
I found a solution for the moment, I added the language directly in function something like :
Hi kossa.
Can you please check this : http://datatables.net/forums/discussion/26372/individual-column-search#latest?
Regards
Evangelos
Hi Tsakal,
Ahh I see so I should put it in "initComplete" :)