From 79eb9a669bd1c95af1c2e2c6e1f13b1069be081a Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Mon, 28 Oct 2024 11:49:02 +0300 Subject: [PATCH] Remove `sort` for example --- stubs/app/Orchid/Screens/Examples/ExampleScreen.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stubs/app/Orchid/Screens/Examples/ExampleScreen.php b/stubs/app/Orchid/Screens/Examples/ExampleScreen.php index 2c94842b2..81a046934 100644 --- a/stubs/app/Orchid/Screens/Examples/ExampleScreen.php +++ b/stubs/app/Orchid/Screens/Examples/ExampleScreen.php @@ -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')