Skip to content

Commit

Permalink
Fix filter
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelim01 committed Nov 13, 2024
1 parent f2bd2a3 commit ee3ad0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/history/history.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[paginator]="true"
[rows]="10"
[rowsPerPageOptions]="[10, 25, 50]"
[globalFilterFields]="['question', 'difficulty', 'topics', 'collaborator', 'status', 'time']"
[globalFilterFields]="['title', 'difficulty', 'topics', 'collaborator', 'status', 'time']"
styleClass="p-datatable-gridlines-striped"
(sortFunction)="customSort($event)"
[customSort]="true">
Expand Down

0 comments on commit ee3ad0b

Please sign in to comment.