Opened 8 years ago
Closed 8 years ago
#2012 closed enhancement (fixed)
Improve context menu for column selection
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.9 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
Right-clicking on the table headers brings up a context-menu for selecting which columns that should be visible. If there are many annotation types defined this list can be very long (we have an example with 250+ columns). It would be nice if it was possible to:
- Filter the columns in the list by typing a few characters in the name
- Select/deselect multiple columns in one go
Change History (3)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7162]) References #2012: Improve context menu for column selection
Added filter capabilities in the columns list. The filter is enabled if there are more than 30 columns.
Made it possible to select multiple columns by SHIFT/CTRL/ALT-clicking. Use ENTER to update the list.