sLoadingRecords in 1.8.0
sLoadingRecords in 1.8.0
mbezerra
Posts: 3Questions: 0Answers: 0
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?
This discussion has been closed.
Replies
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
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 )
Can you link to the page so I can debug the issue in that case please.
Allan
Hi. Allan.
I am selecting the file and share via the drop box . Because it is a system allocated on LAN .