Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Chumper/Datatable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chumper committed Jan 14, 2014
2 parents ce8a79e + 5b1fe03 commit b700d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ so i developed this package which in my opinion is superior.

##Known Issues

* None so far
* jQuery needs to be loaded at the top of the page. Loading it at the bottom will cause the plugin to throw an error.

##TODO

Expand Down Expand Up @@ -226,7 +226,7 @@ This will set the internal engine to a Eloquent query...
E.g.:

$users = DB::table('users');
Datatable::collection($users)->...
Datatable::query($users)->...

The query engine is much faster than the collection engine but also lacks some functionality,
for further information look at the table above.
Expand Down

0 comments on commit b700d0c

Please sign in to comment.