Hello, any clue why I don't have the Selection?
Selection
- None: No selection is allowed. The table will just display the data.
- Click: The full row becomes a clickable entity, and the
ui-table
node will output the full object associated to a row when clicked. - Checkbox: Each row has a checkbox, and the
ui-table
node will output an array of objects associated to the checked rows when a checkbox is selected.