omines / datatables-bundle

DataTables bundle for Symfony
https://omines.github.io/datatables-bundle/
MIT License
260 stars 114 forks source link

DateTimeColumn vs sorting #344

Closed doxt3r closed 4 months ago

doxt3r commented 4 months ago

Hi people, can't get my table to sort based on datetime column code i tried:

$dataTable->add('created_at', DateTimeColumn::class, [ "label" => "Created at", 'format' => 'Y-m-d H:i:s', 'orderable' => true]);

thank you

doxt3r commented 4 months ago

sorry, it works for me now, the root cause was my own adpater with different method for sorting...