Skip to content

Commit

Permalink
Merge pull request #42 from Laravel-Backpack/ajanke-remove-ajax
Browse files Browse the repository at this point in the history
Remove Ajax as commented documentation in controller stub
  • Loading branch information
tabacitu committed Aug 6, 2018
2 parents 67e6e9e + fe99430 commit 2750736
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Console/stubs/crud-controller.stub
Expand Up @@ -80,15 +80,8 @@ class DummyClassCrudController extends CrudController
// Please check out: https://laravel-backpack.readme.io/docs/crud#revisions
// $this->crud->allowAccess('revisions');

// ------ AJAX TABLE VIEW
// Please note the drawbacks of this though:
// - 1-n and n-n columns are not searchable
// - date and datetime columns won't be sortable anymore
// $this->crud->enableAjaxTable();

// ------ DATATABLE EXPORT BUTTONS
// Show export to PDF, CSV, XLS and Print buttons on the table view.
// Does not work well with AJAX datatables.
// $this->crud->enableExportButtons();

// ------ ADVANCED QUERIES
Expand Down

0 comments on commit 2750736

Please sign in to comment.