Oracle server and noserverside
Oracle server and noserverside
Hi,
I tried to run datatables with oracle,
New version of datatables
Using the bigdeal example. Of oracle ss
When i switch serverside off , all works fine, but i also have tables with 300k lines
With servers enablel, neither sorting nor paging, nor folteri g is woking, it just pastes the whole table in the browser.
Is this a knowen issue,
Does anybody have the same issue and solved it. On freeware base.
Does the editor include a oracle version that solves this issue,
Regards frank
Replies
Typically when the Datatables features aren't working and the display is not formatted there is a Javascript or other error stopping JS execution. Do you have any errors in your browser's console?
Kevin
Hello thank you for the response
This errors are in the Console,
14:58:06.760 dataTables.autoFill.js:46 Uncaught ReferenceError: jQuery is not defined
at dataTables.autoFill.js:46
at dataTables.autoFill.js:48
14:58:06.760 dataTables.autoFill.min.js:5 Uncaught ReferenceError: jQuery is not defined
at dataTables.autoFill.min.js:5
at dataTables.autoFill.min.js:5
14:58:06.761 dataTables.buttons.js:28 Uncaught ReferenceError: jQuery is not defined
at dataTables.buttons.js:28
at dataTables.buttons.js:30
..... and 3 times more mostly the same...............................
I am not sure if this can help ?
regards Frank
That suggests that you are loading the DataTables extensions before jQuery.
Try the download builder which will make sure everything is loaded in order.
Allan