File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,6 +84,17 @@ import 'avalynx-datatable/dist/css/avalynx-datatable.min.css';
8484
8585Make sure to also include Bootstrap's JS/CSS in your project to ensure AvalynxDataTable displays correctly.
8686
87+ ## Installation via Symfony AssetComposer
88+
89+ More information about the Symfony AssetComposer Bundle can be found [ here] ( https://github.com/jbsnewmedia/asset-composer-bundle ) .
90+
91+ ``` twig
92+ {% do addAssetComposer('avalynx/avalynx-datatable/dist/css/avalynx-datatable.css') %}
93+ {% do addAssetComposer('avalynx/avalynx-datatable/dist/js/avalynx-datatable.js') %}
94+ ```
95+
96+ Make sure to also include Bootstrap's JS/CSS in your project to ensure AvalynxDataTable displays correctly.
97+
8798## Installation via Composer ([ Link] ( https://packagist.org/packages/avalynx/avalynx-datatable ) )
8899
89100AvalynxDataTable is also available as a Composer package. You can add it to your project with the following command:
You can’t perform that action at this time.
0 commit comments