Opened 3 years ago

Closed 3 years ago

#2253 closed enhancement (fixed)

Configure sticky column

Reported by: Nicklas Nordborg Owned by: everyone
Priority: major Milestone: BASE 3.18.2
Component: web Version:
Keywords: Cc:

Description

Sticky columns was added in ticket #2246. In most tables the "name" column is configured to be the sticky column. It would be nice if the user could select another column or don't use any sticky column at all. It should be fairly easy to add an option in the "Configure columns" dialog. Then it is just a matter to store this information in the regular ItemContext instances that hold other settings, such as visible columns and sort order, etc.

Change History (4)

comment:1 by Nicklas Nordborg, 3 years ago

In 7957:

References #2253: Configure sticky column

It should now be possible to select a sticky column in the "Configure columns" dialog. The setting is stored in the current ItemContext under the key columns.sticky.

So far, only the raw bioassays list page has been update to use the new setting.

comment:2 by Nicklas Nordborg, 3 years ago

In 7959:

References #2253: Configure sticky column

Updated documentation and fixed an issue with saving presets.

comment:3 by Nicklas Nordborg, 3 years ago

In 7964:

References #2253: Configure sticky column

Compilation error in JSP.

comment:4 by Nicklas Nordborg, 3 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.