One more question with this jquery/bind mixin.... How can I make it apply for 
the tbody only?   Only the rows?   I don't want the event to be fired when 
clicking on a column name. It is interfering  with the sorting.   
Thanks.


<t:jquery.datatable id="dataTable" t:add="button" t:row="currRow" t:mode="true" 
t:source="source" rowsPerPage="12"   include=".." 
t:mixins="jquery/bind" bind.event="datatableclick" bind.eventType="click" 
bind.zone="historyZone" bind.callback="function(event,ui,u) {...}"

reorder="..." options="datatableParams">

     ...
</t:jquery.datatable>

Reply via email to