customizing 'showing x of x entries' message?

customizing 'showing x of x entries' message?

cobolstinkscobolstinks Posts: 1Questions: 0Answers: 0
edited February 2012 in General
Hi Im brand new to datatables but so far i love it. Got a datatable wired up set the aLengthChanged and bLengthMenu properties and things are working fine, but I would like to customize the message displayed next to the drop down and at the bottom of the table. For example I would like the message to read 'showing x of y widgets' instead of entries. Is this possible? The same goes for the text next to the drop down, i want to say 'show x widgets' instead of 'show x entries'

Thanks!

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    All the client facing strings used by DataTables can be customised: http://datatables.net/usage/i18n . The one you want here is sInfo.

    Allan
This discussion has been closed.