angular-deckgrid icon indicating copy to clipboard operation
angular-deckgrid copied to clipboard

orderBy proprety

Open arizona2014 opened this issue 9 years ago • 1 comments

I've managed to display the elements in the loading order which is not enough for me. My object has a proprety called elementType and I'd like to display those elements first and the rest of elements after.

I've tryed with no success :
source="elements | orderBy:'elementType' " source="elements | orderBy:'card.elementType' " source="elements | orderBy:'elements.elementType' "

arizona2014 avatar Aug 14 '15 14:08 arizona2014

Did you ever solve this?

Nicolazinho avatar Mar 27 '16 00:03 Nicolazinho