Closed tranfuga25s closed 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?
Add <?php echo $this->fetch('dataTableSettings'); ?> to your layout, before your fetch('scripts') line.
<?php echo $this->fetch('dataTableSettings'); ?>
fetch('scripts')
can you add that to the readme?
I thought I had it. Oops.
Just added it :)
I get this error after follow the intructions on the readme file.
ReferenceError: dataTableSettings is not defined var settings = dataTableSettings[model];
Missing some step?