oroinc / platform

Main OroPlatform package with core functionality.
MIT License
629 stars 351 forks source link

ArraySorterExtension DateTime support #998

Open vytsci opened 4 years ago

vytsci commented 4 years ago

We have array of objects, objects implements ArrayAccess, everything works fine except sorting by DateTime does not work. I dunno if this is the right solution, but if someone has this issue, you can extend this extension and add this. Ofc by oro logic, array should be array, but in our project we use models in some places and we need datagrid for that.