Skip to content

Commit

Permalink
readme edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyslik committed Feb 15, 2016
1 parent fa9d9ee commit b1d1160
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ Sortablelink blade extension distinguishes between "types" (numeric, amount, alp

```
'columns' => [
'numeric_columns' => [
'numeric' => [
'rows' => ['created_at', 'updated_at', 'level', 'id'],
'class' => 'fa fa-sort-numeric'
],
'amount_columns' => [
'amount' => [
'rows' => ['price'],
'class' => 'fa fa-sort-amount'
],
'alpha_columns' => [
'alpha' => [
'rows' => ['name', 'description', 'email', 'slug'],
'class' => 'fa fa-sort-alpha',
],
Expand Down

0 comments on commit b1d1160

Please sign in to comment.