Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jun 05, 2014 @ 10:51
    Jan Skovgaard
    0

    Datatype grid looks weird

    Hi guys

    Currently we're using the datatypegrid on a 6.1.6 installation, which is running uComponents 5.5.0.

    When we use the datatype grid and add new rows we can't see the rows etc. like the attached image shows.

    enter image description here

    I tried spinning up a 6.1.6 using uComponents 6.0.0 but I get the same issue.

    Any hints on how I can fix this?

    I tried clearing the temp files and increment the client dependency version etc. but no cigar :-/.

    Looking forward to hearing from you.

    Cheers, Jan

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jun 05, 2014 @ 11:17
    Jan Skovgaard
    0

    ...Ok, seems the issue is that for some reason a height of only 12 pixels is added to the element with the "dataTables_scrollBody" class for some reason. If I remove it in the console log it's possible to see the entries.

    For now I'll just modify the core styling.

    /Jan

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jun 05, 2014 @ 13:25
    Jan Skovgaard
    0

    Ok, so what I ended up doing was the following

    1: Go to the /umbraco_client/propertypane/style.css 2: Add the following code to the bottom of it

    .dataTables_scrollBody{
        height: auto !important
    }
    

    The downside to this is that I'll need to do it again if an upgrade is made at some point. But it's a quick fix to do anyway.

    Hope this helps someone else too.

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft