General Interface is an open source project hosted by the Dojo Foundation

User Interactions

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.

Contents

Searching General Interface Docs

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.