creating a table in ionic

后端 未结 9 1275
一向
一向 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 04:09

    css

    .table:nth-child(2n+1) {
        background-color: whatever color !important;
      }
    

    html

        
    
       
                
    name
    name
    name
    name
    name

    row 2

            
                
    name
    name
    name
    name

提交回复
热议问题