Editing JavaScript Tables

You can edit the structure and the script of already created JavaScript Table.

About this task

To edit JavaScript table:

Procedure

  1. In the Repositories or Repository Explorer view, navigate to the required JavaScript Table.
  2. To edit the structure of the JavaScript Table, right-click this table and select Properties from the popup menu.
    1. Open the Structure page in the Properties window.
    2. Change the table structure including the list of columns, their order, value types and required parameters. You can also add comments to any column.
    3. To cancel unsaved changes, click Restore Defaults.
    4. To save the updated structure of the JavaScript Table, click Apply, and then OK.
      Note: All the data will be removed from the table.
  3. To edit the script of the JavaScript Table, right-click this table and select Edit Source Script from the popup menu. In the opened JavaScript Table editor, rewrite the script according to your purposes. Once you finished editing the source script, save the JavaScript Table.