Sortable issue

I have this code, it pick the value of profit_or_lose from the database:
                Tables\Columns\TextColumn::make('profit_or_lose')
                    ->sortable()
                    ->label('P/L'),


But it does not sort the right way? Does anyone know what this can be?
Screenshot_2023-10-14_at_16.31.02.png
Screenshot_2023-10-14_at_16.29.26.png
Was this page helpful?