Check documentation for the latest version of dhtmlxSuite addRowFromClipboard DHTMLX Docs

addRowFromClipboard

allows the user to add a new row from clipboard

void addRowFromClipboard();

Available only in PRO Edition

Example

myTreeGrid.addRowFromClipboard();

Details

A new row is being added to the last position in the grid

Back to top