Closed ZahraAmiri1996 closed 6 years ago
Hi!! If I understand correctly, it depends on what you use on your front end, for example we are using material, which provides us with the matSort component to achieve data sorting. As an alternative you can also create a pipe orderBy similar to angularjs.
I mean I want use json api sort,that request sort to server and deliver sorted Items, see http://jsonapi.org/format/#fetching-sorting
Duplicate of #54
Hi friends How can I sort the table information from the server, for example, how can I sort the names of a table alphabetically by server?