keytable : set the background for row on focus

keytable : set the background for row on focus

ana_purnamarianiana_purnamariani Posts: 2Questions: 0Answers: 0
edited August 2011 in General
Hi.. I'm using keytable with datatables and jeditable. I understand that on keytable, the cell that is selected/on focus has the border color set to blue.
My question .. is there a way to also set the current background of the whole row that is beeing selected?
I tried :
keys.event.action( null, null, function (nCell) {
/* Block KeyTable from performing any events while jEditable is in edit mode */
keys.block = true;

$(this).parent().css('backgroundColor',"yellow");

$(nCell).editable(.....
});
Thank you in advance..
This discussion has been closed.