sLoadingRecords in 1.8.0

sLoadingRecords in 1.8.0

mbezerrambezerra Posts: 3Questions: 0Answers: 0
edited April 2015 in Free community support

Hello, I'm using datatables 1.8.0, I am unable to activate the sLoadingRecords parâmentro:

javascript

$ (document) .ready (function () {

oTable = $ ('# example'). dataTable ({

"oLanguage": {

                 "sLoadingRecords", "Please wait - loading ..."

                 },

"bJQueryUI": true,

"sPaginationType": "full_numbers"

"bPaginate": false,

"bScrollCollapse": true,

"sScrollY": "400px"

"sScrollXInner", "100%"

});
});

What is wrong?

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    That looks like it should work, however, I would state that 1.8 is a very old version and is no longer supported. Please update to a newer version - 1.10.6 is the current release.

    Allan

  • mbezerrambezerra Posts: 3Questions: 0Answers: 0

    Hello Allan , did the update file to jquery.dataTables.min.js aversion 1.10.6 , however is still not working .

    I have a grid with more than 4k records and is not presentable without this feature .

    Is there any tutotial I can follow .

    thank you

    Marcelo Bezerra
    ( Brazil )

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Can you link to the page so I can debug the issue in that case please.

    Allan

  • mbezerrambezerra Posts: 3Questions: 0Answers: 0

    Hi. Allan.

    I am selecting the file and share via the drop box . Because it is a system allocated on LAN .

This discussion has been closed.