You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A. You are NOT passing moment objects but rather a string, by calling fromNow.
The plugin currently supports only absolute date formatting (see the dateFormat option). I may add relative formatting in the future.
In the meantime you can use two date columns: one absolute, sortable, and another, relative, created by a template. Check out the demo for an example: https://jsfiddle.net/matfish2/f5h8xwgn/
B. use the orderBy option. See the options API.
The created_at attribute is being passed as a moment object, but it's being parsed as string.
http://i.imgur.com/41xOvDO.png
Also, how do I set Added to sort by default descending? Thanks in advance
The text was updated successfully, but these errors were encountered: