Error loading data

Error loading data

ItalPascalItalPascal Posts: 6Questions: 1Answers: 0

Hello, i took example from link : https://editor.datatables.net/examples/simple/multiRow.html
created files as tab Javascript, name inivar.js in folder /js
created files as tab HTML, name datatable.html in root folder
create files as tab css, name editor.dataTables.min.css in folder css/extensions/Editor
create files as tab ServerScript, name staff.php in folder /php
create files as tab Ajax load, name carica.js in folder /js
inserted in HEAD :
https://cdn.datatables.net/1.10.9/css/jquery.dataTables.min.css
https://cdn.datatables.net/buttons/1.0.3/css/buttons.dataTables.min.css
https://cdn.datatables.net/select/1.0.1/css/select.dataTables.min.css
https://cdn.datatables.net/1.10.9/js/jquery.dataTables.min.js
https://cdn.datatables.net/1.10.9/css/jquery.dataTables.min.css

viewing the page datatables.html you only see the titles of the table, what is wrong ?
Thank you
Ital Pascal

Replies

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    I don't see where you are referencing jQuery.js.

  • ItalPascalItalPascal Posts: 6Questions: 1Answers: 0

    yes, I forgot to put it in the post but this file contains start.js in folder /js

  • allanallan Posts: 63,099Questions: 1Answers: 10,391 Site admin

    Is there a Javascript table on the page? Have a look at the console in your browser and I expect there will be a JS error shown.

    Allan

  • ItalPascalItalPascal Posts: 6Questions: 1Answers: 0

    It is, is this error :

    SyntaxError: missing ; before statement carica.js:2:8

    I do not understand what to look for this error

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    So what is carica.js? It's not a DataTables script.

  • ItalPascalItalPascal Posts: 6Questions: 1Answers: 0

    I created the file as a tab-Load Ajax with the name carica.js
    See link :
    i took example from link : https://editor.datatables.net/examples/simple/multiRow.html

    Seeing no specific I named the file carica.js and added to /js
    My procedure ( first post ) and correct ?

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    I don't understand what you're trying to do. You seem to be introducing your own errors. Why don't you simply copy the example exactly and work from there?

  • ItalPascalItalPascal Posts: 6Questions: 1Answers: 0

    maybe i did not understand . as he said to create files that are in the tabs (JavaScript, HTML, CSS, Server Script, Ajax Load)
    Only in Ajax and Server Load Script read that reads files and staff.php DataTables.php, other files created with custom name. I would like to understand where I'm wrong.
    ps: I would like to use the data table in my joomla (contacts)
    excuse my English translated by google
    ps: sei italiano ?

  • allanallan Posts: 63,099Questions: 1Answers: 10,391 Site admin

    The information in the tabs are summary only - they are not a complex example that can be just copy and pasted. If you want the complete example I would suggest downloading the Editor package which will include the examples for your to experiment with.

    If you still run into issues, please give us a link to the page so we can debug the issue (without guessing :-) ).

    Allan

This discussion has been closed.