We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323657a commit b4e6bafCopy full SHA for b4e6baf
exercises/ex06/README.md
@@ -91,7 +91,7 @@ You'll notice that `state.Filter` is marked as a TypeScript error, we have to ad
91
92
````ts
93
export interface P13nTableState extends State {
94
- Columns: ColumnState[],
+ Columns: SelectionState[],
95
Sorter: SortState[],
96
Groups: GroupState[],
97
Filter: FilterState
0 commit comments