jquery-tabledit
jquery-tabledit copied to clipboard
How to set a td value readonly..
Hi, this tabledit have made me happy! The only thing that I was not able to do you yet it´s to set a td value as reandoly.. does anybody could do it?? Thanks Willy
You set this in the editable array, if you want readonly leave the column out of the 'editable' array e.g.: Column 3 wouldn't be editable.
$('#tabledit').Tabledit({ columns: { identifier: [0, 'ID'], editable: [[1, 'NAME'],[2,'PHONE'],[4,'DATE']] } })
hello that right if remove Column 3 from array will not be editable , but there are problem if i use PHP , the value of Column 3 not send ??? any Idea how to fix this problem ???
thanks a lot