hub.eb?material_id=24

Inserting Rows


To insert a new row into an existing table, use the insert row command:

tables.employees.insertRow();

Note that the change is not reflected in a backing database resource until the update row command is used.

Video

Related