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.
2 parents 3ce6f80 + 629186f commit b142765Copy full SHA for b142765
src-ts/lib/table/Table.tsx
@@ -59,6 +59,7 @@ const Table: <T extends { [propertyName: string]: any }>(props: TableProps<T>) =
59
},
60
[
61
sort,
62
+ props.data,
63
])
64
65
function toggleSort(fieldName: string): void {
src-ts/lib/table/table-functions/table.functions.ts
@@ -1,5 +1,4 @@
1
import { Sort } from '../../pagination'
2
-import { TableCellType } from '../table-cell.type'
3
import { TableColumn } from '../table-column.model'
4
5
export function getSorted<T extends { [propertyName: string]: any }>(
0 commit comments