DatatablesBundle Versions Save

This Bundle integrates the jQuery DataTables plugin into your Symfony application.

v1.3.0

2 years ago
  • Dropped support for PHP 7.1
  • Dropped support for Symfony 3.4 and <=4.3
  • Support for PHP 8
  • Support for Symfony 6

v1.2.5

2 years ago
  • Allow string search in json type fields
  • Fixed Datatable name validation
  • Upgraded php-cs-fixer to ^3.6

v1.2.4

2 years ago

v1.2.3

2 years ago
  • Fix compatibility with doctrine/dbal 3
  • Fix individual filtering on VirtualColumn
  • Updated cdn filename for Norwegian languages

v1.2.2

3 years ago
  • Fix compatibility with doctrine/persistence 2

v1.2.1

4 years ago
  • Fixed LinkColumn
  • Fixed double header

v1.2.0

4 years ago

This version include compatibility with Symfony 5 & Twig 3. It also include some small new features, bug fixes and coding standards improvements.

v.1.2.0-beta

5 years ago

New Features:

  • Get fields from database without sending them to browser (#816)
  • Add an AttributeColumn with data-* attributes (#837)
  • Add LinkColumn (#839)

Bugfix:

  • getColumnNames (#886)
  • Symfony 4.2 DI deprecation (#887)

v1.1.4

5 years ago
  • Fix unknown property "method" on Route annotation #889

v1.1.3

5 years ago
  • Pipeline: support POST request
  • Fixed deprecated Route annotation
  • Renamed type to method Request context.