See the element parameter. It takes a jQuery selector

On Mon, Sep 9, 2013 at 10:16 AM, john c <john998...@yahoo.com> wrote:

> 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