Grid view example


An example of the tutors list in TutorCruncher socket using the Grid View.
<div id="grid-view"></div>

<!-- If you haven't called it before -->
<script src="https://cdn.tutorcruncher.com/socket/latest/socket.js"></script>

<!-- Then -->
<script>
  socket('9c79f14df986a1ec693c', {
    router_mode: 'history',
    element: '#grid-view',
    mode: 'grid'
  });
</script>