tigrang / cakephp-datatable

JQuery DataTable plugin server-side processing component for CakePHP
47 stars 29 forks source link

Not found file DataTableRequestorTrait #69

Closed jeffersonsimaogoncalves closed 8 years ago

jeffersonsimaogoncalves commented 8 years ago

I'm not finding the trait DataTableRequestorTrait in the project.

tigrang commented 8 years ago

The name is DataTableRequestHandlerTrait and you need to import it with App::uses('DataTableRequestHandlerTrait', 'DataTable.Lib');

jeffersonsimaogoncalves commented 8 years ago

Thank you so much.