Single select column problem
Single select column problem
nitroghost
Posts: 1Questions: 0Answers: 0
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.
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.