ThemeRoller with Internationalisation
ThemeRoller with Internationalisation
Hi! Maybe this is a newbie question but.. how can I use jQuery UI and Internationalisation at the same time? All the expamples I saw, use either ThemeRoller or Internationalisation, but not both. I tried several options, but I get this error: DataTables warning (table id = 'ordenable'): Cannot reinitialise DataTable.
My code is something like this:
[code]
$(document).ready(function() {
oTable = $('#ordenable').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers"
});
$('#ordenable').dataTable( {
"oLanguage": {
"sLengthMenu": "Mostrar _MENU_ registros por p
My code is something like this:
[code]
$(document).ready(function() {
oTable = $('#ordenable').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers"
});
$('#ordenable').dataTable( {
"oLanguage": {
"sLengthMenu": "Mostrar _MENU_ registros por p
This discussion has been closed.
Replies
[code]
$(document).ready(function() {
oTable = $('#ordenable').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"oLanguage": {
"sLengthMenu": "Mostrar _MENU_ registros por p