no idea if this will work (generally a good idea to link to your example to let people fiddle) but as an experiment, in the table, see what happens if you replace ex:content=".label" with ex:content="value"

On 11/1/2011 7:39 PM, ken wrote:
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