I'm quite new to using Grocery Crud and have been looking around the code and general workflow of grocery_crud.
I was wondering what was listening to the post call made to ajax_list, the url_path for the post call always seems to be the current URI/ajax_list. I have been looking in app/Libraries/GroceryCrud but I still haven't been able to figure out what is listening and dealing with the post request or better still trace what happens between making a post request to ajax_list and receiving the data.
Any help will be appreciated.