samu/angular-table

Not able to use angular date filter with it

Closed this issue · 2 comments

I am having my object as
eg.
Obj={
"id":4,
"userName":"Test",
"submittedOn":1440486440000
}

Previously before using this plugin I was able to use the builtin Date Filter of Angular.
Please provide some solution for the same.

capture

samu commented

@wasimakram-mulla you should be able to access the element of each row with {{item}}.

Thanks a Ton Samuel..

I just had to remove at-implicit and change a bit structure and using item is was done.

Thanks again :) +1: