Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur LORENT committed Oct 15, 2019
1 parent ce19720 commit 0eeb40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $table->column('last_name')->sortable()->searchable();
$table->column('email')->sortable()->searchable();
```

In your view, simply render it like this :
In your view, simply render your table like this :

```blade
{{ $table }}
Expand Down

0 comments on commit 0eeb40b

Please sign in to comment.