Symfony2 : Sort / Order a translated entity form field?

后端 未结 3 835
刺人心
刺人心 2021-01-14 11:00

I am trying to order an entity form field witch is translated.

I am using the symfony translation tool, so i can\'t order values with a SQL statement. Is there a way

3条回答
  •  旧巷少年郎
    2021-01-14 11:13

    I think it's impossible. You need to use PHP sorting, but if you use Symfony Form Type, I would advise to sort it with JavaScript after page is loaded.

提交回复
热议问题