See also: Data Tables
Lead: Liav Nadler Status colour Yellow title ongoing
Table of Contents |
---|
Description
...
- The column picker appears inside a dialog box named Set Columns
- It is triggered by clicking the Columns option in the column contextual menu
- The dialog box contains two lists:
- Selected Columns (on the right): a list of the currently displayed columns of the table
- Available Columns (on the left): a list of all other columns available for that table
- Between the two lists there is a set of buttons, allowing the user to move items between them (see below)
- Under the selected columns list there is a set of buttons, allowing the user the reorder the selected items (see below)
- Next to the selected columns title there is an indicator, showing the number of selected items out of the total number of items (e.g. 7/22)
- At the top of each list there is a search bar, allowing the user to quickly locate specific items
- If the list is too long to be displayed in its container, a scroll bar appears
Size
- The number of items shown on each list will not exceed 10
Order
- The Selected Columns list shows the list of columns in the same order as they appear on the data table
- The Available Columns list is sorted alphabetically
...
Moving items between lists
- The user can move the selected items to the other list by between lists using one of two methods:
- clicking the right or left button between the lists
- Using drag and drop
- After the items were moved they remain selected until the user selects other itemsDrag and drop? Is dragging limited to the marked area only?
Reordering items
- The user can reorder selected items on the selected columns list by clicking the up or down buttons under the list
- After the items were ordered they remain selected until the user selects other items
- The user can also reorder items using drag and drop
...