вторник, 5 апреля 2016 г.

OroDatagridBundle: OPTIONS

options:
            entity_pagination: true
            toolbarOptions:
                hide: true
                pageSize:
                    items: [10]
#                    default_per_page: 10
            routerEnabled: false


entityHint -- ??
entity_pagination -- ??

toolbarOptions -- used to configure toolbar
hide -- default "false", visibility state of toolbar
pageSize -- options to configure items per page
default_per_page -- items per page
items -- count of items to display, array must be equal to "default_per_page"
routerEnabled -- ??