You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i couldnt find the order_by function in the ignited datables class.
doesnt work for me and i am guessing there is a way to do that, also passing variables from the ajax so i can filter the result generated.
I didnt check that is not working with codeigniter 2.2 but i can tell that you can check the result of your xhr from chrome in the tab network of your development console
h34vn: There is no order_by functionality in Ignited datatables. You are controling the order with Datatables itself. Initially with attribute "order":, and later by ordering/sorting columns with mouse. Ordering is sent with post variables to Ignited and it is using order post variable and creating order_by db method with function: get_ordering()
Using postgress "PostgreSQL 9.1.9 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-54), 64-bit"
On my controller the order_by does not work
It gives me a blank (white PHP page)
Tried updating to libraries/datatables.php 2.0 beta but still there's an issue.
The text was updated successfully, but these errors were encountered: