zepernick / Codeigniter-DataTables

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

Sorting for appendToSelectStr field DB error #36

Open xtreme8888 opened 7 years ago

xtreme8888 commented 7 years ago

Ordering by appendToSelectStr field causing DB error in Codeigniter 3.1.0, haven't tested on other version.

Resolution:

To use original colname with removed $. should do the trick. Current version uses $colName = $customExpArray[$aliasKey]; causing DB append sorting method to end of each concat individual value