You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Creates a new row (tr) in the table, and adds the row to the rows collection.
6457
6457
* @param index Number that specifies where to insert the row in the rows collection. The default value is -1, which appends the new row to the end of the rows collection.
* Creates a new cell in the table row, and adds the cell to the cells collection.
6508
6508
* @param index Number that specifies where to insert the cell in the tr. The default value is -1, which appends the new cell to the end of the cells collection.
* Creates a new row (tr) in the table, and adds the row to the rows collection.
6535
6535
* @param index Number that specifies where to insert the row in the rows collection. The default value is -1, which appends the new row to the end of the rows collection.
0 commit comments