The characters << < > >> squashed with jquery.dataTables.css, but ok with demo_table_jui.css
The characters << < > >> squashed with jquery.dataTables.css, but ok with demo_table_jui.css
afarber
Posts: 53Questions: 0Answers: 0
Hello, when using version 1.9.0 at CDN:
[code]
$('#comments').dataTable({
.....
oPaginate: {
sFirst: '<<',
sLast: '>>',
sNext: '>',
sPrevious: '<'
}
} );
Date
Comment
Author
[/code]
the characters << < > >> at the right bottom of the table will appear "squashed".
But when using the demo_table_jui.css instead they will be drawn correctly.
[code]
$('#comments').dataTable({
.....
oPaginate: {
sFirst: '<<',
sLast: '>>',
sNext: '>',
sPrevious: '<'
}
} );
Date
Comment
Author
[/code]
the characters << < > >> at the right bottom of the table will appear "squashed".
But when using the demo_table_jui.css instead they will be drawn correctly.
This discussion has been closed.
Replies
Allan
has worked well for me, thank you! (I actually use Russian text on my web pages...)