stwe / DatatablesBundle

This Bundle integrates the jQuery DataTables plugin into your Symfony application.
355 stars 236 forks source link

Add doctrine time support for datetime column when using inplace editor #906

Open psyray opened 5 years ago

psyray commented 5 years ago

This PR add support for doctrine time type in Datatable and prevent error when using time with inplace editor.

Fix #905