tigrang / cakephp-datatable

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

Error on fresh install... #41

Closed tranfuga25s closed 10 years ago

tranfuga25s commented 10 years ago

I get this error after follow the intructions on the readme file.

ReferenceError: dataTableSettings is not defined var settings = dataTableSettings[model];

Missing some step?

tigrang commented 10 years ago

Add <?php echo $this->fetch('dataTableSettings'); ?> to your layout, before your fetch('scripts') line.

tranfuga25s commented 10 years ago

can you add that to the readme?

tigrang commented 10 years ago

I thought I had it. Oops.

Just added it :)