1

I'm using DataTables + Angular

https://l-lin.github.io/angular-datatables/#/getting-started

I have troubles with the sorting of Datetime column. The formats that i need are dd/mm/yyyy and hh:mm:ss dd/mm/yyyy, I tried to define

      columnDefs: [
          { type: 'date-uk', targets: 0 }
       ]

but it is not working, I think that the plugin date-uk doesn't work with the angular way. are there Someone who is using Datatables with the angular way and that to have to sort any date column ? Thanks!

1 Answer 1

1

item in yourArray | orderBy:'date':true track by $index

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.