Skip to content

Commit

Permalink
disable removable sort demo
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed May 2, 2024
1 parent cfd7e0e commit 8fb1f29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/showcase/pages/treetable/treetabledemo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ export class TreeTableDemo {
id: 'sortmultiplecolumns',
label: 'Multiple Columns',
component: SortMultipleColumnsDoc
},
{
id: 'sortremovable',
label: 'Removable Sort',
component: SortRemovableDoc
}
// {
// id: 'sortremovable',
// label: 'Removable Sort',
// component: SortRemovableDoc
// }
]
},
{
Expand Down

0 comments on commit 8fb1f29

Please sign in to comment.