Hi. When I have been trying to explore CMS 1.8.4 to 1.8.9 I noticed that dataset preview does not show up complete data in the designer layout area & as well as when its previewed in the other tab of the browser.
Well I have not checked with the player scheduling it, but however I think its more important to see it in the preview sections.
I have 13 columns with 37 rows in my dataset. (created using importing CSV)
Out of 13 columns only 7.5 columns (cutting half) shows up in the designer layout area and out of 37 rows,only 8 rows shows up including a header row.
And when previewed the same layout in the previews tab section, 12.5 columns show up cutting the last column and to break the page, I have provided 13 as rows per page but here it shows up 13 rows and the 14th row would be the header row and the rest of the rows i.e from 14th row to 37th row does not show up at all and it ends the preview with a ‘Play again?’
It works fine with CMS 1.8.2 and 1.8.3
My Environment:
OS: Windows Server 2012 R2
Xampp v3.2.2
CMS: 1.8.9
http://localhost/xibo189/web/login
CSS Style sheet used for the table:
table
{
font-family:Trebuchet MS, Arial, “Helvetica”, sans-serif;
width:100%;
text-align:center;
border-collapse:collapse;
color:white;
}
th
{
font-size:2.5em;
padding:2px;
background-color:#A7C942;
border:3.5px solid #98bf21;
letter-spacing:0.1em;
}
tr td
{
color:black;
border:3.2px solid #98bf21;
font-size:3em;
font-weight:750;
background-color:#EAF2D3;
}