Single select column problem

Single select column problem

nitroghostnitroghost Posts: 1Questions: 0Answers: 0
edited June 2010 in General
Hello,

First of all congratulations on this plug-in, it is great. I've using the single select column example to realize some operations on a "example tr" event, and my problem is that the "example th" event is also recognized, with invalidates the sorting functionality. Any ideas?

[code]$("#example tr").click(function()
{
...
alert("CLICK!" + aData[0]);
...
});[/code]

Thank you and i apologize for the bad english and if this is the right place to make this question.
This discussion has been closed.