Forum


HomeHomePublicPublic3rd Party Modul...3rd Party Modul...Reports Module - HTML visualiser and TableReports Module - HTML visualiser and Table
Previous
 
Next
New Post
11/19/2013 8:07 AM
 

Hi Dave,

Why don't you just change from "HTML Visualizer" to the "Grid Visualizer"?  That will put your data in a tabular format.

Cheers,

Aderson

 
New Post
11/19/2013 8:09 AM
 

I see... then you will loose the links correct?

It seems that your option with the reports module will be the XSL Visualizer, but that would require a bit of figuring our. XSL tends to be a bit complicated.

Aderson

 
New Post
11/20/2013 2:28 AM
 

SUCCESS :-) !!!

Combination of HTML and CSS

Firstly some research http://www.w3schools.com/cssref/pr_ta...

Secondly changed the HTML template for reports module

<div>
<table class="ff2" border="1" width="50%">
    <tbody>
        <tr>
            <td width="70%"><a href="/performance?PlayerName=[PlayerName]">[Name]</td>
            <td width="15%">[Starting]</td>
            <td width="15%">[Next Time]</td>
        </tr>
    </tbody>
</table>
</div>


Thirdly the added a CSS file just for that page

table.ff1 {(table-layout:auto}
table.ff2 {(table-layout:fixed}
table, td, th
{
border:1px solid green;
}
th
{
background-color:green;
color:white;
}

The outcome exactly what I wanted (at time of writing this the links are there but don't work 20th Nov 2013)

http://www.davehassall.co.uk/archive/...

The table header is achieved using a Text/HTML module using the same properties

Rock and Roll :-)


 
New Post
11/20/2013 2:40 AM
 

I'm happy for you Dave! Great job on researching that!

Cheers!

Aderson

 
Previous
 
Next
HomeHomePublicPublic3rd Party Modul...3rd Party Modul...Reports Module - HTML visualiser and TableReports Module - HTML visualiser and Table



Try FREE
30 days money back guaranteed