Codeigniter-DataTables
Codeigniter-DataTables copied to clipboard
Sorting for appendToSelectStr field DB error
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