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

Remove specifics input cells

Open adrianrz opened this issue 6 years ago • 0 comments

Hello, here I make a contribution: If you want to disable only one cell or a few cells, selectively just add a class in that cell in its html structure, for example .input-disabled and then add in javascript onDraw: function () {              $ (". input-disabled input"). remove (); }, and tabledit will not show the input inside the cell. I hope it serves someone

adrianrz avatar Aug 26 '18 16:08 adrianrz