This is my first post .. First of all i'd say that there is no alternate of Grocery CRUD .. i really appreciate you guys efforts.it saves alot of time.Well, i am having an issue regarding limit of records ... i am using version 1.1.3 of grocery crud the code for limiting records is below
$crud->limit(5);
Everything work perfect but it does not get limited records.
Thanks in Advance.