mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
add recpies for aziz403/ux-datatable (#1470)
This commit is contained in:
14
aziz403/ux-datatable/1.0/config/packages/datatable.yaml
Normal file
14
aziz403/ux-datatable/1.0/config/packages/datatable.yaml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
datatable:
|
||||||
|
# Load i18n data from DataTables CDN or locally
|
||||||
|
language_from_cdn: false
|
||||||
|
# Language of the Datatables (if language_from_cdn true)
|
||||||
|
language: 'English'
|
||||||
|
# Default options to load into DataTables
|
||||||
|
# options:
|
||||||
|
# stateSave: true
|
||||||
|
# Default parameters to be passed to the template
|
||||||
|
template_parameters:
|
||||||
|
# Default Datatables style (one from none,bootstrap3,bootstrap4,bootstrap5,foundation,bulma,jqueryui)
|
||||||
|
style: 'bootstrap5'
|
||||||
|
# Default class attribute to apply to the root table elements (change it to be compatible with the style)
|
||||||
|
className: 'table table-bordered'
|
||||||
8
aziz403/ux-datatable/1.0/manifest.json
Normal file
8
aziz403/ux-datatable/1.0/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"bundles": {
|
||||||
|
"Aziz403\\UX\\Datatable\\DatatableBundle": ["all"]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user