Work with Rows and Columns
dhtmlxSpreadSheet allows adding and removing columns and rows into a sheet via both toolbar buttons and options of the context menu.
Adding rows
To add a new row, take the following steps:
Select a row by clicking on its header.
Choose one of the two actions:
click the Add row button in the toolbar
or right-click the row and choose Rows-> Add row

Removing rows
To remove a row, take the following steps:
Select a row by clicking on its header.
Choose one of the two actions:
click the Remove row button in the toolbar
or right-click the row and choose Rows-> Remove row

Adding columns
To add a new column, take the following steps:
Select a column by clicking on its header.
Choose one of the two actions:
click the Add column button in the toolbar
or right-click the column and choose Columns-> Add column

Removing columns
To remove a column, take the following steps:
Select a column by clicking on its header.
Choose one of the two actions:
click the Remove column button in the toolbar
or right-click the column and choose Columns-> Remove column

Last updated
Was this helpful?