Angularjs table: model 1
Angularjs table: model 2
{{user.name}} | {{user.age}} |
Bootstrap table: model 1
Row | Bill | Payment Date | Payment Status |
---|---|---|---|
1 | Credit Card | 04/07/2014 | Call in to confirm |
2 | Water | 01/07/2014 | Paid |
3 | Internet | 05/07/2014 | Change plan |
4 | Electricity | 03/07/2014 | Pending |
5 | Telephone | 06/07/2014 | Due |
Bootstrap table: model 2
Row | First Name | Last Name | |
---|---|---|---|
1 | John | Carter | johncarter@mail.com |
2 | Peter | Parker | peterparker@mail.com |
3 | John | Rambo | johnrambo@mail.com |
Bootstrap table: model 3
Row | First Name | Last Name | |
---|---|---|---|
1 | John | Carter | johncarter@mail.com |
2 | Peter | Parker | peterparker@mail.com |
3 | John | Rambo | johnrambo@mail.com |