Hi. My table is readonly, I need to make it readOnly=false and I have a tab that I need to populate with some text. In html there is #hot that’s where the table is created as shown in the js file:
x= new x(’#hot’);
x.Load();
$(’#btnEditar’).click(function () {
})
I’ve tried something like How to make a readOnly cell editable programmatically but it doesn’t work.
My button needs to be clicked and enable editing on all cells. Any help would be nice. Thanks.