Hi , i solved one of my problems , i changed texts inside the
datatable js file and now i have most messages in my language . It is
not correct procedure but it works for me . Normally i should have
obtain a file and instruct the module to use it . More details at
datatables' site "" INTERNATIONALISATION """ .
My second problem is if i can instruct datatable plugin to accept
code like this
$(document).ready(function() {
$('#example').dataTable( {
"aoColumns": [
{ "sTitle": "My column title" },
null,
null,
null,
null
]
} );
} );
I have seen **attributes and '_class' inside file plugin_datatable ,
but no idea what is next . I have read almost all messages inside the
list but i have found nothing concerning this topic .
Any advise?
Thanks in advance
Sarados