FilamentF
Filament2y ago
12 replies
Gregory RODRIGUES

Key-value filed display reordable auto

For example you have data :
25 => test
1 => test
2 => test

the display is :
1 => test
2 => test
25 => test

but inside the storage :

25 => test
1 => test
2 => test
Was this page helpful?