I'm using Exhibit to display some data in tabular view. The first
column in the table has the ex:columnFormat of "item", and when viewed
in the browser, can be clicked and the lens is seen.

This all works fine until I add a table to have further control over
the html. When the table code is included below the div for the
tabular view, the first column in the table is no longer recognized as
type "item" and isn't clickable.

Can anyone tell me how to fix this?
Thanks


    <div ex:role="exhibit-view"
     ex:viewClass="Tabular"
 
ex:columns=".label, .technique, .project_id.label, .platform, 
.project_id.data_url, .data_id"
     ex:columnLabels="Species, Technique, Project, Platform, Data URL,
Data ID"
     ex:columnFormats="item, text, text, text, text, text"
     ex:sortColumn="2"
     ex:sortAscending="true"
     ex:selectCoordinator="dataset"
     style="font-size: small;">

     <!-- try insert table -->
     <table style="display:none;">
        <tr>
                <td><span ex:content=".label"></span></td>
                <td><span ex:content=".technique"></span></td>
                <td><span ex:content=".project_id.label"></span></td>
                <td><span ex:content=".platform"></span></td>
                <td><span ex:content=".project_id.data_url"></span></td>
                <td><span ex:content=".data_id"></span></td>
        </tr>
     </table>

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

Reply via email to