Using something along the lines of
$('#t1').editableTableWidget().numericInputExample().find('td:first').focus();
$('#t2').editableTableWidget()
Any idea why only t1 becomes editable? t2 does not get picked up as an editable table. If i remove the first line, then the second table becomes and editable table.
Using something along the lines of
Any idea why only t1 becomes editable? t2 does not get picked up as an editable table. If i remove the first line, then the second table becomes and editable table.