Hi Allan,
I have a working DT and have written onClick() functions for quiet a number of columns that - once cells have been clicked - open jQuery modal dialogue windows with further information or even have inline jEditable enabled to modify the cell data.
From a usability and design point of view what bothers me is that upon onClick() the whole DT row becomes selected which is something that I would like to disable but only for those columns where I have an onClick() event already.
In other words, users should only be allowed to select one or multiple rows upon clicking on the first column which shows an index id.
One work around would be to unselect the row that have the dialogue/jEditable functions but I was wondering if you have another method that does this with less code and in a smarter way.
I been looking around the forum/search/API but have not found anything in particular.
Thx,
Martin
I have a working DT and have written onClick() functions for quiet a number of columns that - once cells have been clicked - open jQuery modal dialogue windows with further information or even have inline jEditable enabled to modify the cell data.
From a usability and design point of view what bothers me is that upon onClick() the whole DT row becomes selected which is something that I would like to disable but only for those columns where I have an onClick() event already.
In other words, users should only be allowed to select one or multiple rows upon clicking on the first column which shows an index id.
One work around would be to unselect the row that have the dialogue/jEditable functions but I was wondering if you have another method that does this with less code and in a smarter way.
I been looking around the forum/search/API but have not found anything in particular.
Thx,
Martin