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

afarberafarber Posts: 53Questions: 0Answers: 0
edited April 2012 in Bug reports
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.

Replies

  • allanallan Posts: 63,383Questions: 1Answers: 10,449 Site admin
    If you are using jQuery UI themes then use the _themeroller.css file. The non-themeroller version should be used when you aren't using theme roller. Also since you are changing the language strings it is quite possible that you'd need to alter the styling to get it to look just as is needed (more padding etc).

    Allan
  • afarberafarber Posts: 53Questions: 0Answers: 0
    http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.0/css/jquery.dataTables_themeroller.css
    has worked well for me, thank you! (I actually use Russian text on my web pages...)
This discussion has been closed.