Skip to content

Commit 4a2a000

Browse files
committed
Fix readme
1 parent 6b2792b commit 4a2a000

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ You can override any of these in your table component:
187187
| -------- | ------- | ----- |
188188
| $sortField | id | The initial field to be sorting by |
189189
| $sortDirection | asc | The initial direction to sort |
190-
| $sortDefaultIcon | <i class="text-muted fas fa-sort"></i> | The default sort icon |
191-
| $ascSortIcon | <i class="fas fa-sort-up"></i> | The sort icon when currently sorting ascending |
192-
| $descSortIcon | <i class="fas fa-sort-down"></i> | The sort icon when currently sorting descending |
190+
| $sortDefaultIcon | `<i class="text-muted fas fa-sort"></i>` | The default sort icon |
191+
| $ascSortIcon | `<i class="fas fa-sort-up"></i>` | The sort icon when currently sorting ascending |
192+
| $descSortIcon | `<i class="fas fa-sort-down"></i>` | The sort icon when currently sorting descending |
193193

194194
#### Pagination
195195

0 commit comments

Comments
 (0)