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
This is the way i use it. It's very simple and work very well.. Ionic html:
Your title remove if don't want use Data Cliente Pagamento 19/10/2020 Nome R$ 200
CSS:
.header-row { background: #7163AA; color: #fff; font-size: 18px; } ion-col { border: 1px solid #ECEEEF; }
Result of the code