Runtime View:
Table supports selecting single row by clicking on any cell of the row. It also supports multi-row selection with Shift and Ctrl keys. By right clicking on any cell, table control shows context menu with same commands as the toolbar. Table control also supports Column resizing when its columns are configured with Column Width Percentage mode.
- Add: Select Add action to add row after the selected row. Added rows appear in light green color in the table. Updated rows will be shown in light orange color.
- Insert: Select Insert action to add row based on the existing item. In order to select existing item, it shows search dialog. Added rows appear in light green color in the table.
- Open Relationship Item: Select Open RelationshipItem action to open relationship item in its own tab.
- Open Related Item: Select Open Related Item action to open related item in its own tab.
- Up: Select Up action to move selected row above the previous row. When ‘Cascade Delete’ setting is ‘No’, Up action will be enabled only when the row is locked.
- Down: Select Down action to move selected row below the next row. When ‘Cascade Delete’ setting is ‘No’, Down action will be enabled only when the row is locked.
- Delete: Select Delete action to delete selected row from the table. When ‘Cascade Delete’ setting is ‘No’, Delete action will be enabled only when the row is locked.
- Lock: Select Lock action to lock selected row for exclusive edit. If the associated item with row is locked by someone else, you won’t be able to lock the row. Lock action will be shown only when ‘Cascade Delete’ setting is ‘No’.
- Export Excel: Select ExportExcel action to export all the visible data shown in the table to an excel file.
- Export PDF: Select ExportPDF action to export all the visible data shown in the table to a PDF file.
- Filter: By clicking on the Hidden dropdown, you can select Simple option in order to show column filters on the table. You can enter filter values on individual columns and select search icon to filter the rows based on the criteria.
- Pagination: Pagination controls are shown at the bottom of the table in order to navigate to other pages of the table. You can enter Page Size and select search icon from the top action bar, in order to increase or reduce number of rows per page. Pagination controls are shown only when ‘Cascade Delete’ setting is ‘No’.