Help with tables

Hi,

I need to create a ranking page.
I want to display all data using a table. But how can I create tables with ionic.
I know that is possible to create tables using the grid.
But I want to create tables like bootstrap does. With styles, etc.

Any tips ?

Thanks.

If this is a simple table, just iterate on <tr><td> tags using ng-repeat

Yes, but can I use bootstrap syles inside an ionic app ?

If you look at the LESS code for Bootstrap tables it does not seem to use anything that could conflict with ionic CSS. Just give it a try.

All right @gmarziou
I’ll give a try.
Thanks.