You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to set a default sorting in the options dialog for the entry table, for example, priority, year, title.
In some case I want to sort the entry table for a quick review/search, for example, to a sorting based on the bibtexkey to see all works related to that key.
However, when I click on the column headers, the default sorting criteria in the options is lost (or rather got overwritten) - see before and after screenshots.
I would have expected the following behavior:
Set a default sorting for the entry table
On changing the sorting
the first click applies the ascending order
the second click applies the descending order
the third click removes the sorting of that column
So, after the third click, I expect that the default sorting from the options dialog will be applied again
The maintable is currently being re-written completely from scratch. Maybe this feature won't be implemented in the first release of the new version, but we should keep it in mind for later.
This issue is now fixed in the latest master version. Note, the sort order of the table is now stored directly on change. Multiple columns can be sorted by holding SHIFT + clicking on the column header.
The table sort order in the preferences got removed.
We would like to ask you to use a development build from https://builds.jabref.org/master and report back if it works for you. Please remember to make a backup of your library before trying-out this version.
I try to set a default sorting in the options dialog for the entry table, for example,
priority
,year
,title
.In some case I want to sort the entry table for a quick review/search, for example, to a sorting based on the
bibtexkey
to see all works related to that key.However, when I click on the column headers, the default sorting criteria in the options is lost (or rather got overwritten) - see before and after screenshots.
I would have expected the following behavior:
Would love to hear what others think :-)
Cheers
Michael
JabRef version 4.1
Steps to reproduce:
Before:
After:
The text was updated successfully, but these errors were encountered: