Skip to content

Commit 44cd106

Browse files
authored
Update sorting-server.component.ts
1 parent a041ca2 commit 44cd106

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

demo/sorting/sorting-server.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ export class ServerSortingComponent {
3434
rows = [];
3535

3636
columns = [
37-
// we pass false to bypass the default
38-
// comparator function and use the event to sort
3937
{ name: 'Company', sortable: true },
4038
{ name: 'Name', sortable: true },
4139
{ name: 'Gender', sortable: true }

0 commit comments

Comments
 (0)