-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Save players list sort #2119
Comments
Hey, thanks for opening your first issue! 🙂 |
wsbrenk
added a commit
to wsbrenk/HO
that referenced
this issue
Oct 3, 2024
wsbrenk
added a commit
to wsbrenk/HO
that referenced
this issue
Oct 3, 2024
…ev#2119 # Conflicts: # src/main/java/core/gui/comp/table/HOTableModel.java # src/main/java/core/gui/comp/table/UserColumn.java # src/main/java/core/model/StaffType.java # src/main/java/core/prediction/MatchResultTableModel.java # src/main/java/module/playerOverview/PlayerOverviewTable.java # src/main/java/module/transfer/history/PlayerDetailPanel.java
wsbrenk
added a commit
to wsbrenk/HO
that referenced
this issue
Oct 23, 2024
# Conflicts: # src/main/java/core/db/DBUpdater.java
wsbrenk
added a commit
that referenced
this issue
Nov 2, 2024
* changelog.md start 8.1 * remove changed player from prediction caches * refactor init column order * update dependencies * #2119 store row order settings (wip) * refactor HOTableModel (wip) * refactor HOTableModel (wip) * refactor HOTableModel (wip) * refactor HOTableModel (wip) * refactor HOTableModel (wip) * refactor HOTableModel (wip) * refactor HOTableModel (wip) * sorting of FixedColumnsTable * start HOConfigurationIntParameter (wip) * reset FixedColumnsTable's divider location * Fix HOTableModel.closeTable * PlayerOverviewModule.storeUserSettings * Delete LineupPlayersTableNameColumn.java * Fix store of row sort status * Row order settings * Row order settings * remove ReducedTableModel.java * fix merge * fix PlayerOverviewTable.addMouseListener * review fix PlayerOverviewTable * FixedColumnsTable(HOTableModel tableModel) * release notes * matches table * review matches table * FixedColumnsTable extends JTable * FixedColumnsTable extends JTable * Fix storeUserSettings * HOTableModel documentation * FixedColumnsTable documentation * Fix HOTableModel.getColumnSettings * FixedColumnsTable sync scroll bars of both tables * FixedColumnsTable scroll bar policies * HOTableModel use row conversion of JTable class * debug FixedColumnsTable * Fix PlayerOverviewPanel player selection * Fix HOTableModel.getUserColumnSettings * Fix HOTableModel.storeUserSettings * remove unused method * UserColumn.isEditable->canBeDisabled * Fix HOTableModel.setValueAt * Remove LineupTableModel.java * review * remove old code (commented) * Fix MatchesColumnModel.getMatchAtRow * Fix RecapPanelTableModel.java * review * Todo * PlayerOverviewTable remove old code (comments) * RecapUserColumn remove old code (comments) * PlayerDetailPanel remove old code (comments) * release_notes.md
wsbrenk
added a commit
to wsbrenk/HO
that referenced
this issue
Nov 3, 2024
2 tasks
wsbrenk
added a commit
to wsbrenk/HO
that referenced
this issue
Nov 3, 2024
wsbrenk
added a commit
that referenced
this issue
Nov 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to keep players ordered by number?
Everytime I restart HO, I need to sort the table again.
It would be nice if last sort we choose is applied at restart.
The text was updated successfully, but these errors were encountered: