Cannot change toolbar when using url language

Cannot change toolbar when using url language

DrorDror Posts: 3Questions: 0Answers: 0
edited April 2013 in General
Hi,
When I use sUrl for oLanguage and try to append text to table_filter, the text does not appear.
When I use other options of oLanguage (e.g.: sProcessing), the text appears just fine.

[code]
<!DOCTYPE html>








th


td



var audit = $("#table").dataTable({
"oLanguage": {
// "sUrl": "js/dataTables.english.txt" // Uncomment this for text below to appear
}
});

// Add text near filter
// Text does not appear when sUrl of oLanguage is used
$("#table_filter").after("THIS TEXT SHOULD APPEAR NEAR THE FILTER");



[/code]

Please help!

TIA,
Dror
This discussion has been closed.