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.
1 parent 8cfb79d commit 66b5123Copy full SHA for 66b5123
README.md
@@ -103,6 +103,14 @@ Examples:
103
104
You can use any icon set you want. Just change the `icons.wrapper` from the config file accordingly. By default, it uses Font Awesome.
105
106
+### Blade Component
107
+
108
+Same as the directive, there is also a `blade` component for you to create sortable links in your views:
109
110
+```html
111
+<x-sortablelink column="title" title="{{ trans('general.title') }}" :query="['parameter' => 'smile']" :arguments="['rel' => 'nofollow']" />
112
+```
113
114
### Sorting Relationships
115
116
The package supports `HasOne` and `BelongsTo` relational sorting:
0 commit comments