creating a table in ionic

i am in need of creating a table in ionic.i thought of using ionic grid but could not achieve what i wanted. how can i do this? here i'll post a image of something similar to what i want

enter image description here

i can use this but how can i divide the rows like in the picture

<div class="list">

  <div class="item item-divider">
    Candy Bars
  </div>

  <a class="item" href="#">
    Butterfinger
  </a>

  ...

</div>