How to sort own columns in admin panel with symfony?

前端 未结 3 1369
后悔当初
后悔当初 2021-01-23 23:21

M schema.yml:

News:
  columns:
    title:
      type: string(50)
    category_id:
      type: integer(4)
  relations:
    Category:
      local: category_id
             


        
3条回答
  •  心在旅途
    2021-01-23 23:29

    a interested article explaining how to sort all virtual columns(foreign fields).

    http://sakrawebstudio.blogspot.com/2011/01/sort-by-foreign-key-or-custom-column-in.html

提交回复
热议问题