DataTable Row Editor


 

The DataTable Row Editor allows maintenance of rows within a datatable. The editor consists of two lists and five buttons.

 

The edit window may be resized and a splitter is available to allow resizing the rows list.

 

datatable_row_editor.png

 

Rows
The list on the left side of the editor shows any defined rows. The list on right shows the selected row's properties. The selected row is highlighted and may be changed by clicking the desired row.
OK
The OK button signals that modifications to the datatable rows are complete and the datatable is updated. The editor is then closed.
Cancel
The Cancel button indicates that any modifications to the datatable should be discarded and the editor closed.
Add
The Add button inserts a new row into the datatable. The column name defaults to Row{nn} where {nn} is a sequential value.
Remove
The Remove button deletes the selected row from the datatable.
Help
The Help button displays this page in a new window.
Up and Down
The Up and Down Arrow buttons located between the two lists of the editor allows changing the position of the selected row.


about_designer