Codeigniter-DataTables icon indicating copy to clipboard operation
Codeigniter-DataTables copied to clipboard

Sorting for appendToSelectStr field DB error

Open xtreme8888 opened this issue 9 years ago • 0 comments

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

xtreme8888 avatar Nov 09 '16 22:11 xtreme8888