Sort by integer?
How are we handling table sort when the integer is 1-9 then 10->20 etc because mysql sort with filament puts 10 after 1 which using the relation manager and sort.
2 Replies
if your column type is
int
instead of varchar
it should be fineYour right... dunno how that happened. Thanks Dan