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

Installs: 435

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Type:symfony-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.