The Table component supports these user interactions:
- Selection
- Click a data row to select a single row.
- Ctrl+click or Shift+click to select multiple rows.
- If the selection model is Single Row or Multi-row, the Change event will be triggered each time the user changes the row selection.
- Execute
Double-click a row to execute it. If there is a jsxexecute property on the target CDF record, that code is executed, followed by the Execute event for the instance, if set.
- Spyglass
Hover over a row to fire any bound Spyglass code for the instance.
- Scrolling
If the list of rows is too long or column widths are too great, scroll horizontally or vertically using the scroll-wheel or by dragging the scrollbar.
- Sorting
Click a header cell to sort the table according to the given column. Only numeric and text-based sorting are supported.
|
|