DataTable's pagination is not loading for my friend but works just fine for me?

DataTable's pagination is not loading for my friend but works just fine for me?

VenoMVenoM Posts: 17Questions: 9Answers: 0

As the title states, the pagination of the table is perfectly fine for me and one other friend I asked to review, but it's not loading/working for the guy I'm working with. I want to know what's causing his browser to not load it?

This is how the table looks on my screen: http://i.imgur.com/hJu3KVF.jpg
This is how the table looks on his screen: http://i.imgur.com/8zvnQME.jpg (ignore the pink markers)

He tried using different browsers i.e Opera & Internet Explorer but still the same...

This is the website URL: http://game-finder.000webhostapp.com/table.html

With your answer, I would appreciate if you mention that the pagination is working for you or not.

Anxiously waiting for your reply! tysm!

This question has an accepted answers - jump to answer

Answers

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

    The url showing in your second image is not the same as the url you have posted here.

  • bindridbindrid Posts: 730Questions: 0Answers: 119

    not all of your css files are loading correctly

  • VenoMVenoM Posts: 17Questions: 9Answers: 0

    Where do you get this error? and any possible solution to it? Thanks for looking into the issue though :)

  • bindridbindrid Posts: 730Questions: 0Answers: 119

    It came up in my console when I loaded your page. However, I am not currently getting it.

  • allanallan Posts: 63,208Questions: 1Answers: 10,415 Site admin
    Answer ✓

    The map file won't make any difference to the actual styling - that's just a way to let the debugger show you where in the original SCSS file a style was original defined.

    @VenoM - It sounds like your friend might have a firewall or something blocking certain requests. Get them to right click on the page and "Inspect" it. Then choose the "Network" tab and reload the page. Ask them to take a screenshot of any errors.

    Allan

  • VenoMVenoM Posts: 17Questions: 9Answers: 0

    He eventually ended up re-installing his OS which worked! Thanks alot guys! <3

  • allanallan Posts: 63,208Questions: 1Answers: 10,415 Site admin

    HAHA! First time I've heard of an OS reinstall being required for a Javascript library :)

    Allan

This discussion has been closed.