Symfony 4 / Sonata: Quản lý Thứ tự với Kéo và Thả
Viết bởi
vào ngày 20/02/2020
Thẻ:
sonata, drag'n drop, symfony
Bạn cần cài đặt pixassociates/sortable-behavior-bundle và stof/doctrine-extensions-bundle
composer require stof/doctrine-extensions-bundle
composer require pixassociates/sortable-behavior-bundle
Thêm cấu hình trong pix_sortable.yamlBằng cách thêm entity và trường trong position_field (ở đây là wconf, và trường vị trí)
pix_sortable_behavior:
db_driver: orm # mongodb default value : orm
position_field:
default: position #default value : position
entities:
Ap...