Any tricks to get downloaded examples to work?

Any tricks to get downloaded examples to work?

rstadtrstadt Posts: 4Questions: 1Answers: 0

absolute DataTables noob here...
I downloaded and unzipped DataTables-1.10.15 to a WIn7 directory
and clicked on examples/index.html , then zero_configuration.html
No pagination.
Am I missing something obvious?

Answers

  • bindridbindrid Posts: 730Questions: 0Answers: 119

    are you running some sort of web site or dev site to actually run your stuff in?
    Also, live.datatabes.net is a place where you can go and start playing with stuff

  • rstadtrstadt Posts: 4Questions: 1Answers: 0
    edited June 2017

    O.K. - I the html source from datatables.net into a local file which works. Now I will step thru the differences to see what will make the other one work.
    Thanks
    copied

  • rstadtrstadt Posts: 4Questions: 1Answers: 0

    looks like the difference is(not working)
    src="//code.jquery.com/jquery-1.12.4.js"

    vs (working)
    src="http://code.jquery.com/jquery-1.12.4.js"

  • allanallan Posts: 63,106Questions: 1Answers: 10,394 Site admin

    Are you loading the file over file:// (i.e. locally?). If so, then yes, you would need to explicit give the protocol.

    Allan

  • rstadtrstadt Posts: 4Questions: 1Answers: 0

    Yep. Thx.

This discussion has been closed.