We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9808eaa + 309b0f2 commit 88e16ccCopy full SHA for 88e16cc
src/Traits/Sorting.php
@@ -26,21 +26,21 @@ trait Sorting
26
public $sortDirection = 'asc';
27
28
/**
29
- * The default sort icon
+ * The default sort icon.
30
*
31
* @var string
32
*/
33
public $sortDefaultClass = 'text-muted fas fa-sort';
34
35
36
- * The sort icon when currently sorting ascending
+ * The sort icon when currently sorting ascending.
37
38
39
40
public $ascSortClass = 'fas fa-sort-up';
41
42
43
- * The sort icon when currently sorting descending
+ * The sort icon when currently sorting descending.
44
45
46
0 commit comments