Edit Table

Display a DataTable in a dialog and allows us to edit and view the DataTable at runtime.

Edit DataTable designer

Designer Properties#

  1. Data Table The DataTable to be viewed/edited at runtime.

Properties#

Edit Data Table properties

Data#

See Designer Properties above.

General Properties#

See General Properties.

Misc#

See Misc.

Out Error#

See Out Error.

Example#

Amazon Reviews

In this example, we open an amazon product page and extracts all the negative reviews to a csv file. We use Edit Data Table to display the extracted reviews for the selected amazon product.

Below we have the edit DataTable dialog after running the above example.

Edit Data Table result