creating a table in ionic

后端 未结 9 1297
一向
一向 2021-01-31 03:27

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 is an image of something similar to what i

9条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-31 03:57

    the issue of too long content @beenotung can be resolved by this css class :

    .col{
      max-width :20% !important;
    }
    

    example fork from @jpoveda

提交回复
热议问题