Closed techjewel closed 6 years ago
mind if I ask what query do you execute?
Same Issue Fatal error: Call to undefined method Datatables::order_by()
There is no order_by() in Ignited Datatables. Query order is constructed based on data from Datatables. There is initial order and later on you are defining order by clicking on columns.
you can do it by using this $this->db->order_by('column_name','asc/desc');
At first, Thanks for a wonderful library. I have a situation where I have to join 2 table and I have to use join and group_by function to join with the latest row of a group of rows.
But when I try to use that don't work.
Would you please give me a solution of that.
Thanks