You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you published the resource files and customized them? (php artisan vendor:publish)
Yes
What is the problem?
Hi guys,
It seems that natural sort feature simply doesn't exist. But it's documented. Adding $withSortStringNumber to the component does nothing.
Also I couldn't find anything like $withSortStringNumber in repository search, incl. Sorting trait.
Perhaps this feature was lost somewhere during updates?
I'm very sorry if I'm wrong and it's a false alert. But seems true.
Code snippets
public bool $withSortStringNumber = true;
How do you expect it to work?
Natural sorting by some field
Please confirm (incomplete submissions will not be addressed)
I have provided easy and step-by-step instructions to reproduce the bug.
I have provided code samples as text and NOT images.
I understand my bug report will be removed if I haven't met the criteria above.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Livewire PowerGrid version
v6.3.1
Livewire version
v3.6.3
Laravel version
v12.9.2
Which PHP version are you using?
PHP 8.2
Which Theme are you using?
Bootstrap 5
Have you published the resource files and customized them? (php artisan vendor:publish)
Yes
What is the problem?
Hi guys,
It seems that natural sort feature simply doesn't exist. But it's documented. Adding $withSortStringNumber to the component does nothing.
Also I couldn't find anything like $withSortStringNumber in repository search, incl. Sorting trait.
Perhaps this feature was lost somewhere during updates?
I'm very sorry if I'm wrong and it's a false alert. But seems true.
Code snippets
public bool $withSortStringNumber = true;
How do you expect it to work?
Natural sorting by some field
Please confirm (incomplete submissions will not be addressed)
Beta Was this translation helpful? Give feedback.
All reactions