jquery-tabledit icon indicating copy to clipboard operation
jquery-tabledit copied to clipboard

How to set a td value readonly..

Open areag opened this issue 8 years ago • 2 comments

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

areag avatar Dec 04 '16 15:12 areag

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']] } })

timajwilliams avatar May 12 '17 13:05 timajwilliams

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

xbox2007 avatar Nov 05 '18 06:11 xbox2007