Sort
2
3
50
1
ABC
AAA
AAB
Parameters (Blade)
| Key | Default value | Type | Available values | Description |
|---|---|---|---|---|
|
js-sort-container
|
string | - | Outer container | |
|
js-sort-order
|
asc and desc | string | - | In what order to sort data |
|
js-sort-button
|
unique id | string | - | The button to click for sort |
|
js-sort-data-container
|
string | - | The container where the sortables will be appended | |
|
js-sort-sortable
|
string | - | The element to be sorted | |
|
js-sort-data
|
button id | string | - | The data to sort on |
|
js-sort-initial
|
asc and desc | string | - | An optional attribute on the container to have an initial order on the items |
|
id
|
string | - | The DOM id of the component. | |
|
classList
|
[] | array | - | Array containing wrapping classes array |
|
attributeList
|
[] | array | - | Array containing keys and values rendered as attributes |