page.sortList is post to undefined
I having a custom controller for adv module, which make use of data table, but when i try to use page.sortList, the error message is POST
http://localhost:8888/fuel/undefined/items/ 404 (Not Found), i assume because no module path has been assign for jqx ?
but if i added these on my controller
$this->js_controller_params['module'] = 'appt/standard';
$this->js_controller_params['method'] = 'items';
$this->js_controller_params['precedence_col']= 'precedence';
it will just redirect to a blank page , how should i resolved this ?
Comments