We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf42dd commit fe690dfCopy full SHA for fe690df
docs/framework/angular/guide/table-state.md
@@ -70,7 +70,7 @@ import {combineLatest, switchMap} from 'rxjs';
70
71
class TableComponent {
72
readonly columnFilters = signal<ColumnFiltersState>([]) //no default filters
73
- readonly sorting = signal<SortingState[]>([
+ readonly sorting = signal<SortingState>([
74
{
75
id: 'age',
76
desc: true, //sort by age in descending order by default
0 commit comments