File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,9 +187,9 @@ You can override any of these in your table component:
187
187
| -------- | ------- | ----- |
188
188
| $sortField | id | The initial field to be sorting by |
189
189
| $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 |
193
193
194
194
#### Pagination
195
195
You can’t perform that action at this time.
0 commit comments