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

Filtering Records before Output to Browser

Open kashifali2007 opened this issue 8 years ago • 0 comments

I want to filter/delete some records based on values of some column, i do not want to filter that field on database query level, i want when records populated from the Model, then before sending output to the browser i want to delete some rows if not meet some criteria, I have tried already to unset $row[] in setPreResultCallback method but its removing but meta data about table is not updating.

kashifali2007 avatar Nov 04 '17 11:11 kashifali2007