angularjs - OrderBy in dirpaginate -


i have following code populate table:-

<tr dir-paginate="user in newbillvalue|filter:search4|orderby:['bill_time','bill_id']|itemsperpage:10" pagination-id="newbills">

i want table ordered bill_time descending order , bill_id ascending order. how can done.


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -