TableTools fnSelect without allowing for user selection
TableTools fnSelect without allowing for user selection
I want to be able to select a row with fnSelect only if the user clicks on a specific img inside a cell. But, if I initiate my table with "oTableTools": {"sRowSelect": "single","aButtons": [ ]} the user can click anywhere on the row to select it, and if I omit the "sRowSelect": "single" I can't seem to use fnSelect.
I just want to be able to disable the user click selection. The part where I select a row only if the user clicks on the img is already done.
Is this possible? Is there a way to do it?
Thanks in advance for any help.
I just want to be able to disable the user click selection. The part where I select a row only if the user clicks on the img is already done.
Is this possible? Is there a way to do it?
Thanks in advance for any help.
This discussion has been closed.
Replies
Allan
Allan
And, thanks for the help.
Allan