zepernick / Codeigniter-DataTables

CodeIgniter Library For Ajax Server Side DataTables 1.10 >
MIT License
94 stars 95 forks source link

Version codeiginiter? #13

Closed huynn109 closed 7 years ago

huynn109 commented 8 years ago

I can't run with CI v2.2.3?

A PHP Error was encountered

Severity: Warning

Message: Invalid argument supplied for foreach()

Filename: libraries/Datatable.php

Line Number: 97

zepernick commented 8 years ago

Hi huynn,

Which version of the library are you running? That line number is a comment in the current version. It should still work in CI 2. Also, can you provide your implementation and the javascript that is setting up your DataTable?

huynn109 commented 8 years ago

I'm using Javascript and library download at http://www.paulzepernick.com/ci-zepernick/. CI 3.0.2 -> OK CI 2.2.3 -> Issue

kushanz commented 8 years ago

I'm using CI 3.05. and i got the same error like huynn109