Widget:CJP3: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 40: | Line 40: | ||
//Create an empty <tr> element and add it to the 1st position of the table: | //Create an empty <tr> element and add it to the 1st position of the table: | ||
row = table.insertRow( | row = table.insertRow(ind); | ||
//Insert new cells(<td> elements) into the "new" <tr> element: | //Insert new cells(<td> elements) into the "new" <tr> element: |