Skip to content

Commit

Permalink
Remove sort for example
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Oct 28, 2024
1 parent a256ccd commit 79eb9a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stubs/app/Orchid/Screens/Examples/ExampleScreen.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ class='mw-100 d-block img-fluid rounded-1 w-100'>
TD::make('price', 'Price')
->width('100')
->usingComponent(Currency::class, before: '$')
->align(TD::ALIGN_RIGHT)
->sort(),
->align(TD::ALIGN_RIGHT),

TD::make('created_at', 'Created')
->width('100')
Expand Down

0 comments on commit 79eb9a6

Please sign in to comment.