apipa169 / data-tables-compatibility-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Symfony bundle to add basic support for DataTables
Package info
github.com/Apipa169/data-tables-compatibility-bundle
Type:symfony-bundle
pkg:composer/apipa169/data-tables-compatibility-bundle
This package has no released version yet, and little information is available.
README
Symfony bundle to add basic support for DataTables
If mapping is required add the following file: config/packages/data_tables_compatibility.yaml
data_tables_compatibility: mapping: - from: username to: name
It is based on regex, so if you change "pie" and you have the values "apple pie" and "cherry pie" both will be replaced.