Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.
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
...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
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.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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.
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
...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
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
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
is working on a reply...