Guest User

Untitled

a guest
Apr 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. localhost:8000/building
  2.  
  3. localhost:8000/building?sortingObject=name&sortingOrder=asc
  4.  
  5. localhost:8000/building?search=8
  6.  
  7. localhost:8000/building?search=8&sortingObject=name&sortingOrder=asc
  8.  
  9. <a href="{{ url()->full().'?sortingObject='.$currentColumn.'&sortingOrder=desc'}}">
  10. <span class="glyphicon glyphicon-sort-by-attributes-alt text-secondary" aria-hidden="true"></span>
  11. </a>
Add Comment
Please, Sign In to add comment