Scroller plugins blue stripes

Scroller plugins blue stripes

system.bonn@gmail.comsystem.bonn@gmail.com Posts: 28Questions: 4Answers: 1

Hi!

I am using the scroller plugin. It is wotrking fine–at least as far as I can see. However, it keeps showing the striped background. It seems, the loading process doesn't get full xcompleted. How could i possibly deternine, what exactly is the problem here?

tia & cu,
ada

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @system.bonn@gmail.com ,

    We're happy to take a look, but we'd really need to see this one to diagnose it. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

  • system.bonn@gmail.comsystem.bonn@gmail.com Posts: 28Questions: 4Answers: 1

    Hi Colin!

    Thank you very much for your offer to help. Can I send a link via PM?

    thx & cu,
    ada

  • colincolin Posts: 15,237Questions: 1Answers: 2,598
    edited October 2019

    The best bet would be simplify the test case as much as you can in a fiddle on http://live.datatables.net , then that would benefit other users too.

  • system.bonn@gmail.comsystem.bonn@gmail.com Posts: 28Questions: 4Answers: 1

    I am afraid, i can't put that in a fiddle because it is a complex laravel app. So, even if it would run in fiddle, nothing would have been won.

    I am rather asking for a suggestion as to what I could look into to debug this kind of behaviour. Is there any possibility to debug the ajax connection?

  • system.bonn@gmail.comsystem.bonn@gmail.com Posts: 28Questions: 4Answers: 1

    I have put the response into jsonlint.com. Seems to be valid json.

  • allanallan Posts: 63,195Questions: 1Answers: 10,412 Site admin

    Can you send me a link to your page by clicking my forum user name above and then the "Send message" button.

    Its hard to say where you should start debugging at all without more information. For example it might just be a CSS transparency issue or it might be a network problem.

    Thanks,
    Allan

  • system.bonn@gmail.comsystem.bonn@gmail.com Posts: 28Questions: 4Answers: 1

    There is the followilng setting in "https://cdn.datatables.net/scroller/2.0.1/css/scroller.dataTables.css":

    div.dts div.dataTables_scrollBody {
      background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
    }
    

    So I assume it is ment to show while loading and then hidden, when loading has finished. Which it doesn't do at my setting.

    I have now workarounded it with

    .dataTables_scrollBody { background: none !important; }

    with which I am of course not really happy.

  • system.bonn@gmail.comsystem.bonn@gmail.com Posts: 28Questions: 4Answers: 1

    Any further suggestions on this?

  • marcocabonimarcocaboni Posts: 2Questions: 0Answers: 0

    Hi all,
    I have the same problem, and I was able to reproduce it. You can see it here:
    http://live.datatables.net/kerabose/2/

    It seems related to Bootstrap, because (almost) the same example works fine when using the base style, see here:
    http://live.datatables.net/wocofiqo/1/

    marco

  • allanallan Posts: 63,195Questions: 1Answers: 10,412 Site admin

    HI Marco,

    That can be fixed by loading in the scroller.bootstrap4.css file (rather than scroller.dataTables.css as it was): http://live.datatables.net/kerabose/4/edit .

    Allan

  • marcocabonimarcocaboni Posts: 2Questions: 0Answers: 0

    :o I didn't notice there was a scroller css file specific for bootstrap.
    Thanks a lot Allan!

    marco

This discussion has been closed.