Skip to content

Commit

Permalink
docs: add missing icons to table examples (#3472)
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova committed Sep 30, 2020
1 parent 0ee1b51 commit dfc56ab
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,23 @@ export class TableCheckboxesExampleComponent {
column2: 'Row 1',
column3: 'Row 1',
date: '09-07-18',
type: 'search',
checked: false
},
{
column1: 'user.name@email.com',
column2: 'Row 2',
column3: 'Row 2',
date: '09-07-18',
type: 'cart',
checked: false
},
{
column1: 'user.name@email.com',
column2: 'Row 3',
column3: 'Row 3',
date: '09-07-18',
type: 'calendar',
checked: false
}
];
Expand All @@ -63,20 +66,23 @@ export class TableCheckboxesExampleComponent {
column2: 'Row 1',
column3: 'Row 1',
date: '09-07-18',
type: 'search',
checked: false
},
{
column1: 'user.name@email.com',
column2: 'Row 2',
column3: 'Row 2',
date: '09-07-18',
type: 'cart',
checked: false
},
{
column1: 'user.name@email.com',
column2: 'Row 3',
column3: 'Row 3',
date: '09-07-18',
type: 'calendar',
checked: false
}
];
Expand Down

0 comments on commit dfc56ab

Please sign in to comment.